You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to come up with a way to select the correct value. In addition, Bridges does not require the -N flag in the SLURM script, while Stampede2 with SLURM 18.08.3 does.
The text was updated successfully, but these errors were encountered:
This is wrong because the GPU nodes have either 28 or 32 cores based on the type of gpu we are selecting. I propose to keep the ppn checking as it was and strict the version checking for Stampede2 and what it was already. Is that okay with you?
On Bridges for example we have SLURM 17.11.7 and it offers at least 2 different core per node counts.
That is 28 for the RM queue and 32 for the GPU queue when the nodes with the P100 GPUs are used.
Lines 389-391 will select 28 cores per node because that is the output of line 388
We need to come up with a way to select the correct value. In addition, Bridges does not require the
-N
flag in the SLURM script, while Stampede2 with SLURM 18.08.3 does.The text was updated successfully, but these errors were encountered: