Changes
Page history
Update home
authored
Jan 23, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
ed71767d
...
@@ -709,6 +709,14 @@ Options, sometimes called “directives”, can be set in the job script file us
...
@@ -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 in partition | #SBATCH -p
<
destination
>
|
| Run job using GPU with ID
<
number
>
| #SBATCH --gres=gpu:
<
number
>
|
| 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
### Submitting jobs
```
```
...
...
...
...