Module Values.SlurmCustomSettingSource

Additional settings that directly map to Slurm settings. PCS supports a subset of Slurm settings. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.

Sourcetype nonrec t = {
  1. parameterName : String_.t;
    (*

    PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.

    *)
  2. parameterValue : String_.t;
    (*

    The values for the configured Slurm settings.

    *)
}
Sourceval context_ : string
Sourceval make : parameterName:String_.t -> parameterValue:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t