That's exactly what I needed!
Thank you,
David
On Mon, Apr 4, 2022 at 1:17 PM Brian Andrus wrote:
> I think you are looking at nodesets:
>
>
> From the slurm.conf man:
>
> NODESET CONFIGURATION
> The nodeset configuration allows you to define a name for a specific
> set of nodes which can b
I think you are looking at nodesets:
From the slurm.conf man:
NODESET CONFIGURATION
The nodeset configuration allows you to define a name for a
specific set of nodes which can be used to simplify the partition
configuration section, especially for heterogenous or condo-style
systems. Eac
If I have a large number of heterogeneously named nodes in my cluster, and
several partitions that include the same large subset of those nodes, I
would love to be able to define an env var, and reference that in each
partition specification. For instance, say we have the following:
PartitionName
We have the exact same request for our GPUS that are not A100 and we
have developed a lua plugin for our needs (The new slurm version will
also allow the 22.XX). Bu tfor earlier version:
* https://github.com/basvandervlies/surf_slurm_mps
On 03/04/2022 23:19, Kamil Wilczek wrote:
Hello!
I a