Difference between revisions of "SLURM-Examples of Interactive Jobs in Slurm"
From ALICE Documentation
(→Examples of Interactive Jobs in Slurm) |
(Tag: Visual edit) |
||
Line 2: | Line 2: | ||
To request a job to run 8 tasks on an IB node: | To request a job to run 8 tasks on an IB node: | ||
salloc --ntasks=8 --constraint=IB | salloc --ntasks=8 --constraint=IB | ||
− | |||
− |
Latest revision as of 14:20, 8 April 2020
Examples of Interactive Jobs in Slurm
To request a job to run 8 tasks on an IB node:
salloc --ntasks=8 --constraint=IB