129 | | || `-A, --account=`\name || Charge job to specified accounts || |
130 | | || `--acctg-freq` || Define the job accounting sampling interval || |
131 | | || `--comment` || An arbitrary comment || |
132 | | || `-C, --constraint=`\list || Specify a list of constraints || |
133 | | || `--contiguous` || If set, then the allocated nodes must form a contiguous set || |
134 | | || `--exclusive` || Allocate nodenumber of tasks to invoke on each nodes in exclusive mode when cpu consumable resource is enabled || |
135 | | || `--mem=`\MB || Minimum amount of real memory || |
136 | | || `--mem-per-cpu=`\MB || Maximum amount of real memory per allocated cpu required by a job || |
137 | | || `--mincpus=`\n || Minimum number of logical processors (threads) per node || |
138 | | || `-N, --nodes=`\N || Number of nodes on which to run (N = min[-max]) || |
139 | | || `--ntasks-per-node=`\n || Number of tasks to invoke on each node || |
140 | | || `-p, --partition=`\partition || Partition requested || |
141 | | || `--qos=`\qos || Quality of Serice || |
142 | | || `--requeue` || If set, permit the job to be requeued || |
143 | | || `--reservation=`\name || Allocate resources from named reservation || |
144 | | || `-s, --share` || Job allocation can share nodes with other running jobs || |
145 | | || `-w, --nodelist=`\hosts || Request a specific list of hosts || |
146 | | || `-t, --time=`\hours:minutes || Set a maximum job wallclock time || |
147 | | || `-n, --ntasks=`\n || Number of tasks || |
148 | | || `--gres` || Specifies a comma delimited list of generic consumable resources || |
149 | | || `--no-kill` || Do not automatically terminate a job of one of the nodes it has been allocated fails || |
150 | | || `--licenses` || Specification of licenses || |
151 | | || `--mail-type` || Notify user by email when certain event types occur. Valid type values are BEGIN, END, FAIL, REQUEUE, and ALL (any state change) || |
152 | | || `--no-requeue` || Specifies that the batch job should not be requeued after node failure || |
153 | | || `-x, --exclude` || Explicitly exclude certain nodes from the resources granted to the job || |
| 129 | ||`-A, --account=`\name || Charge job to specified accounts || |
| 130 | ||`--acctg-freq` || Define the job accounting sampling interval || |
| 131 | ||`--comment` || An arbitrary comment || |
| 132 | ||`-C, --constraint=`\list || Specify a list of constraints || |
| 133 | ||`--contiguous` || If set, then the allocated nodes must form a contiguous set || |
| 134 | ||`--exclusive` || Allocate nodenumber of tasks to invoke on each nodes in exclusive mode when cpu consumable resource is enabled || |
| 135 | ||`--mem=`\MB || Minimum amount of real memory || |
| 136 | ||`--mem-per-cpu=`\MB || Maximum amount of real memory per allocated cpu required by a job || |
| 137 | ||`--mincpus=`\n || Minimum number of logical processors (threads) per node || |
| 138 | ||`-N, --nodes=`\N || Number of nodes on which to run (N = min[-max]) || |
| 139 | ||`--ntasks-per-node=`\n || Number of tasks to invoke on each node || |
| 140 | ||`-p, --partition=`\partition || Partition requested || |
| 141 | ||`--qos=`\qos || Quality of Serice || |
| 142 | ||`--requeue` || If set, permit the job to be requeued || |
| 143 | ||`--reservation=`\name || Allocate resources from named reservation || |
| 144 | ||`-s, --share` || Job allocation can share nodes with other running jobs || |
| 145 | ||`-w, --nodelist=`\hosts || Request a specific list of hosts || |
| 146 | ||`-t, --time=`\hours:minutes || Set a maximum job wallclock time || |
| 147 | ||`-n, --ntasks=`\n || Number of tasks || |
| 148 | ||`--gres` || Specifies a comma delimited list of generic consumable resources || |
| 149 | ||`--no-kill` || Do not automatically terminate a job of one of the nodes it has been allocated fails || |
| 150 | ||`--licenses` || Specification of licenses || |
| 151 | ||`--mail-type` || Notify user by email when certain event types occur. Valid type values are BEGIN, END, FAIL, REQUEUE, and ALL (any state change) || |
| 152 | ||`--no-requeue` || Specifies that the batch job should not be requeued after node failure || |
| 153 | ||`-x, --exclude` || Explicitly exclude certain nodes from the resources granted to the job || |