Common Parameters
Table 1 describes the common parameters.
Parameter |
Description |
|---|---|
-J |
Specifies the job name. |
-o |
Specifies the file that stores the job output. |
-e |
Specifies the file that stores error information. |
--nodes / -N |
Specifies the number of nodes. |
--ntasks / -n |
Specifies the total number of processes. |
--exclude |
Specifies the nodes that are excluded. |
--nodelist |
Specifies the list of nodes to be used. |
--time |
Specifies the maximum running time of the job. |
--exclusive |
Specifies the exclusive use of the assigned nodes. |
--partition/-P |
Specifies the partitions in which the nodes can be allocated to the job. |
-d singleton |
Runs only one of the files with the same name. |
Parent topic: Common Script Operations