
Table 10-3 LSF Equivalents of SLURM srun Options (continued)
srun Option
Description | LSF Equivalent |
Requests a specific list of nodes. The | |
job will at least contain these nodes. | "SLURM[nodelist=node1,...nodeN]" |
The list may be specified as a |
|
| |
range of nodes. By default, job does |
|
not require |
|
Requests that a specific list of hosts be | |
excluded in the resource allocated to | "SLURM[exclude=node1,...nodeN]" |
this 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. |
|
--error=file_name
Specifies the mode for stdout | bsub |
redirection. |
|
Specify the mode for stdout | You can use this option when launching |
redirection. | 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 | bsub |
redirected. |
|
Specify how stderr is to be | You can use when launching parallel tasks. |
redirected. |
|
Specify a name for the job. | You cannot use this option. When creating |
| allocation. SLURM sets LSF job id |
| automatically. |
Root attempts to submit or run a job | You cannot use this option. LSF uses it to create |
as normal user. | allocation. |
Establish a time limit to terminate the | bsub |
job after specified number of minutes. |
|
Root attempts to submit or run a job | You cannot use this option. LSF uses this option |
as group. | to create allocation. |
Allocate resource and spawn a shell. | You cannot use this option. LSF uses this option |
| to create allocation. |
Immediately exit after allocating | You cannot use this option. LSF uses this option |
resources. | to create allocation. |
Allocate immediately or fail. | You cannot use this option. LSF uses this option |
| to create allocation. |
104 Using LSF