HI
I use lava and i create a scripts testjob like this:
#!/bin/bash
#BSUB -q priority
#BSUB -n 10
#BSUB -o %J.log
sleep $1
i use bsub to submit job
bsub ./testjob 1000
but options in scripts did not effect,the job is submit to "normal" queue
How can I put the bsub options in my scripts?
Thanks!!


LinkBack URL
About LinkBacks
Reply With Quote