nodeSets property

List<SlurmNodeSet>? nodeSets
getter/setter pair

Configuration of Slurm nodesets, which define groups of compute resources that can be used by Slurm.

At least one compute node is required.

Required.

Implementation

core.List<SlurmNodeSet>? nodeSets;