... | ... | @@ -709,6 +709,14 @@ Options, sometimes called “directives”, can be set in the job script file us |
|
|
| Run job in partition | #SBATCH -p < destination > |
|
|
|
| Run job using GPU with ID < number > | #SBATCH --gres=gpu:< number > |
|
|
|
|
|
|
Node-Core reservation:
|
|
|
|
|
|
| Short option | Long option | Description |
|
|
|
| --- | --- | --- |
|
|
|
| -N | --nodes= | Request this many nodes on the cluster. Use all cores on each node by default |
|
|
|
| -n | --ntasks= | Request this many tasks on the cluster. Defaults to 1 task per node |
|
|
|
| (none) | --ntasks-per-node= | Request this number of tasks per node |
|
|
|
|
|
|
### Submitting jobs
|
|
|
|
|
|
```
|
... | ... | |