Changes
Page history
Update home
authored
Apr 06, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
98bf7d20
...
...
@@ -1001,6 +1001,14 @@ More:
| $SLURM_TASKS_PER_NODE | number of task to be run on each node. |
| $CUDA_VISIBLE_DEVICES | which GPUs are available for use |
### Job Specification
| Job Specification | SGE | SLURM |
| --- | --- | --- |
| Script directive | #$ | #SBATCH |
| queue | -q [queue] | -p [partition] |
...
...
...
...