to "--nodes=1,5,9,13".
...
The job will be allocated as many nodes as possible within the range specified
and without delaying the
initiation of the job.
From: Brian Andrus via slurm-users
Sent: Thursday, August 29, 2024 7:27:44 PM
To:slurm-users@lists.sche
d without delaying the
initiation of the job.
From: Brian Andrus via slurm-users
Sent: Thursday, August 29, 2024 7:27:44 PM
To: slurm-users@lists.schedmd.com
Subject: [slurm-users] Re: playing with --nodes=
It looks to me that you requested 3 tasks spread
slurm-users@lists.schedmd.com
Subject: [slurm-users] Re: playing with --nodes=
Your --nodes line is incorrect:
-N, --nodes=[-maxnodes]|
Request that a minimum of minnodes nodes be allocated to this job. A maximum
node count may also be specified with maxnodes.
Looks like it ignored that and
rsday, August 29, 2024 4:11:25 PM
To: slurm-users@lists.schedmd.com
Subject: [slurm-users] Re: playing with --nodes=
Your --nodes line is incorrect:
-N, --nodes=[-maxnodes]|
Request that a minimum of minnodes nodes be allocated to this job. A maximum
node count may also be specified with maxnodes.
Your --nodes line is incorrect:
*-N*,*--nodes*=[-/maxnodes/]|
Request that a minimum of/minnodes/nodes be allocated to this job. A
maximum node count may also be specified with/maxnodes/.
Looks like it ignored that and used ntasks with ntasks-per-node as 1,
giving you 3 nodes. Check your