4 LSF
private
4.1 LSF Commands
bqueues -l
Display queue information
bsub < <jobscript>
Submits the commands contained in <jobscript>. NB: the input jobscript MUST be redirected with the "<" character.
bjobs -a
Shows submitted jobs
bkill <jobid>
Cancels the job <jobid> from the queuing system.
bhist <jobid>
Display historical information about the job <jobid>
private


