Jobs
*Please do not run jobs on the login node*
All jobs should run on the compute nodes. Access to compute nodes is only available via the queuing system. Please do not run jobs directly on the login node, as this can have an adverse affect on other users of the cluster.
LSF JOB commands
Shows a list of your running jobs (Also accepts the -X flag to expand to show nodes)
bjobs
Shows a list of all running jobs on the cluster (Also accepts the -X flag to expand to show nodes)
bjobs -u all
Shows detailed information about a job
bjobs -l JOBID
Current job output can be view by using bpeek
bpeek -f JOBID
Kill a running a job
bkill JOBID
Kill ALL of your running jobs (Be careful using this command)
bkill 0
Submit a job script called job.bsub
bsub < job.bsub