1 min readJun 3, 2019
Make sure your job is specifying “ntasks” not “ntasks-per-node”
Are you specifying a node list? If none is specified, SLURM will default to a single node. Something like this:
sbatch --nodelist=node[1-3]
Make sure your job is specifying “ntasks” not “ntasks-per-node”
Are you specifying a node list? If none is specified, SLURM will default to a single node. Something like this:
sbatch --nodelist=node[1-3]
Hi, there. I’m a software developer and speaker who likes to make things: https://garrettmills.dev/