Queuing: Difference between revisions
Jump to navigation
Jump to search
(Created page with "qhold can be used to hold a job (if one of your jobs is blocking another) this is cancelled by qrls. If modifying the resource allocation, e.g. -lnodes=4:ppn=12 for a 48 cor...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Also see |
|||
http://www.ch.cam.ac.uk/computing/maui-and-torque-introduction for more general information about queues. |
|||
qhold can be used to hold a job (if one of your jobs is blocking another) |
qhold can be used to hold a job (if one of your jobs is blocking another) |
||
this is cancelled by qrls. |
this is cancelled by qrls. |
||
Line 7: | Line 10: | ||
-lnodes=4:old:ppn=12 |
-lnodes=4:old:ppn=12 |
||
checkjob JOBID |
|||
will tell you about why something isn't running. |
|||
showstart JOBID |
|||
will tell you when job JOBID is expected to start, so you can submit a job shorter than this and it will be backfilled into the reservation. |
Latest revision as of 08:59, 31 August 2016
Also see http://www.ch.cam.ac.uk/computing/maui-and-torque-introduction for more general information about queues.
qhold can be used to hold a job (if one of your jobs is blocking another) this is cancelled by qrls.
If modifying the resource allocation, e.g. -lnodes=4:ppn=12 for a 48 core job, make sure to use the old specifier if you want 12-core nodes, otherwise the 16-core ones get allocated, wasting 4 cores each.
-lnodes=4:old:ppn=12
checkjob JOBID
will tell you about why something isn't running.
showstart JOBID
will tell you when job JOBID is expected to start, so you can submit a job shorter than this and it will be backfilled into the reservation.