First page Back Continue Last page Overview Graphics
How do I use LSF – Simple example
-
Submit a script
% bsub -q queueName -o result.log -e result.err myScript.csh
Show what is running bjobs
Killing a job bkill JobID
Killing all jobs bkill 0
Tutorial has more tips and tricks, as well as detailed how-to for
writing a script ready for batch jobs ...
-
BEWARE :
- not all queues have the same priority and/or restrictions
Notes: