Hi.
On 8/3/19 12:37 AM, Sistemas NLHPC
wrote:
Easiest would be to use features/constraints. In slurm.conf add NodeName=DEFAULT RealMemory=196608 Features=192GB Weight=1 NodeName=... (list all nodes with 192GB) NodeName=DEFAULT RealMemory=786432 Features=768GB Weight=2 NodeName=... (list all nodes with 768GB)
And to run jobs only on node with 192GB in sbatch do sbatch -C 192GB ...
To run jobs on all nodes, simply don't add the constraint to the
sbatch line, and due to lower weight jobs should prefer to start
on the 192GB nodes.
|
- [slurm-users] Slurm configuration Sistemas NLHPC
- Re: [slurm-users] Slurm configuration Henkel, Andreas
- Re: [slurm-users] Slurm configuration Loris Bennett
- Re: [slurm-users] Slurm configuration Daniel Letai
- Re: [slurm-users] Slurm configuration Sistemas NLHPC