SlurmPartition class
Configuration for Slurm partitions in the cluster.
Partitions are groups of nodesets, and are how clients specify where their workloads should be run.
Constructors
-
SlurmPartition({String? id, List<
String> ? nodeSetIds}) - SlurmPartition.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of the partition, which is how users will identify it.
getter/setter pair
-
nodeSetIds
↔ List<
String> ? -
IDs of the nodesets that make up this partition.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited