Next: Checkpoint/Restart
Up: No Title
Previous: Batch Queues: LSF/rash
bqsub can submit either a shell script, or a series of
command lines typed at the keyboard. It is incorrect to submit a
binary executable.
You must specify a queue -- use normal for this class.
bqsub command line options:
- -q
- queuename specify a queue
- -o
- filename send the job's output to a file, instead of
to your email address.
- -P
- project Your project is usually your userid. You may
need to specify this when submitting from within a shell script.
- man bsub
- for more details
- #BSUB
- option-list may be placed near the beginning of
the submitted shell script to save typing them on the bqsub
command line.
Russell Standish
2001-05-04