Difference between revisions of "SLURM-Examples of Interactive Jobs in Slurm"
From ALICE Documentation
(Created page with "==Examples of Interactive Jobs in Slurm== To request a job to run 8 tasks on an IB node: salloc --ntasks=8 --constraint=IB To request a job to run 8 tasks on a Myrinet node:...") |
(Tag: Visual edit) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ==Examples of Interactive Jobs in Slurm== | + | ===Examples of Interactive Jobs in Slurm=== |
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