SlurmOrchestrator class
When set in Orchestrator, indicates that the cluster should use Slurm as the orchestrator.
Constructors
-
SlurmOrchestrator({String? defaultPartition, List<
String> ? epilogBashScripts, SlurmLoginNodes? loginNodes, List<SlurmNodeSet> ? nodeSets, List<SlurmPartition> ? partitions, List<String> ? prologBashScripts}) - SlurmOrchestrator.fromJson(Map json_)
Properties
- defaultPartition ↔ String?
-
Default partition to use for submitted jobs that do not explicitly specify
a partition.
getter/setter pair
-
epilogBashScripts
↔ List<
String> ? -
Slurm epilog scripts,
which will be executed by compute nodes whenever a node finishes running a
job.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loginNodes ↔ SlurmLoginNodes?
-
Configuration for login nodes, which allow users to access the cluster
over SSH.
getter/setter pair
-
nodeSets
↔ List<
SlurmNodeSet> ? -
Configuration of Slurm nodesets, which define groups of compute resources
that can be used by Slurm.
getter/setter pair
-
partitions
↔ List<
SlurmPartition> ? -
Configuration of Slurm partitions, which group one or more nodesets.
getter/setter pair
-
prologBashScripts
↔ List<
String> ? -
Slurm prolog scripts,
which will be executed by compute nodes before a node begins running a new
job.
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