Batch Jobs - bwUniCluster Features: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This article contains information on features of the batch job system only applicable on bwUniCluster. = Job Submission = == msub Command == === msub -l ''resourc…") |
H Winkhardt (talk | contribs) (Completely outdated and emptied for deletion) Tag: Blanking |
||
(46 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
This article contains information on features of the [[Batch_Jobs|batch job system]] only applicable on bwUniCluster. |
|||
= Job Submission = |
|||
== msub Command == |
|||
=== msub -l ''resource_list'' === |
|||
No deviation or additional features to general [[Batch_Jobs|batch job]] setting. |
|||
=== msub -q ''queues'' === |
|||
{| style="width:100%; vertical-align:top; background:#f5fffa;border:1px solid #000000;padding:1px" |
|||
! colspan="3" style="background-color:#999999;padding:3px"| msub -q ''queue'' |
|||
|- style="width:20%;height=20px; text-align:left;padding:3px" |
|||
! style="width:20%;height=20px; text-align:left;padding:3px"| queue |
|||
! style="height=20px; text-align:left;padding:3px"| maximum resources |
|||
|- |
|||
| style="width:20%;height=20px; text-align:left;padding:3px" | -q develop |
|||
| style="height=20px; text-align:left;padding:3px"| walltime=00:30:00 (i.e. 30 min), node=1, processes=16 |
|||
|- |
|||
| style="width:20%;height=20px; text-align:left;padding:3px" | -q singlenode |
|||
| style="height=20px; text-align:left;padding:3px"| walltime=3:00:00:00 (i.e. 3 days), node=1, processes=16 |
|||
|- |
|||
| style="width:20%;height=20px; text-align:left;padding:3px" | -q multinode |
|||
| style="height=20px; text-align:left;padding:3px"| walltime=2:00:00:00 (i.e. 2 days), node=8 |
|||
|- |
|||
| style="width:20%;height=20px; text-align:left;padding:3px" | -q verylong |
|||
| style="height=20px; text-align:left;padding:3px"| walltime=6:00:00:00 (i.e. 6 days), node=1, processes=16 |
|||
|- |
|||
| style="width:20%;height=20px; text-align:left;padding:3px" | -q fat |
|||
| style="height=20px; text-align:left;padding:3px"| walltime=1:00:00:00 (i.e. 1 day), node=1, processes=32 on fat nodes |
|||
|- |
|||
|} |
|||
<!--If queue classes are not specified explicitly in your msub command, your batch jobs are automatically assigned to queues ''develop'', ''singlenode'' and ''multinode'' based on your requested walltime, nodes and processes.--> |
|||
* To run your batch job longer than 3 days, please use<span style="background:#edeae2;margin:10px;padding:1px;border:1px dotted #808080">$ msub -q verylong</span>. |
|||
* To run your batch job on one of the [[BwUniCluster_File_System#Components_of_bwUniCluster|fat nodes]], please use<span style="background:#edeae2;margin:10px;padding:1px;border:1px dotted #808080">$ msub -q fat</span>. |
|||
<br> |
|||
<br> |