Table
srun Option
--nodes=min[-max]
Description
Number of processes (tasks) to run.
Specifies the number of cores per task. Min processors per node = MAX(ncpus, mincpus)
Specifies the minimum and, optionally, maximum number of nodes allocated to job. The job allocation will contain at least the minimum number of nodes.
bsub -n num
HP XC does not provide this option because the meaning of this option can be covered by bsub
where minmax is min[-max]
| Specifies the minimum number of cores per | |
| node. Min processors per node = |
|
| ncpus, |
|
Specifies a minimum amount of real memory | ||
| of each node. By default, job does not |
|
| require |
|
Specifies a minimum amount of temporary | ||
| disk space of each node. By default, job |
|
| does not require |
|
--constraint=list
Specifies a list of constraints. The list may | |
include multiple features separated by the & |
|
character (meaning ANDed) or the |
|
(meaning ORed). By default, job does not |
|
require |
|
Requests a specific list of nodes. The job will
specified as a
Requests that a specific list of hosts be
job. By default, job does not require.
Requests resources from partition | You cannot use this option. The lsf partition |
partition. | is the only one provided. |
Requests a contiguous range of nodes. By | |
default, job does not require contiguous |
|
nodes. |
|
Specifies the mode for stdout redirection. | bsub | |
|
|
|
Specify the mode for stdout redirection. | You can use this option when launching parallel tasks. | |
|
| |
Specify how stdin is to be redirected. | bsub | |
|
|
|
Specify how stdin is to be redirected. | You can use when launching parallel tasks. | |
|
| |
Specify how stderr is to be redirected. | bsub | |
|
|
|
Specify how stderr is to be redirected. | You can use when launching parallel tasks. | |
|
| |
Specify a name for the job. | You cannot use this option. When creating allocation. | |
| SLURM sets | |
|
|
Using