You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ unique set of homogenous nodes:
63
63
-`conf`: A string with the [resource specification](https://slurm.schedmd.com/slurm.conf.html#OPT_Gres_1) but requiring the format `<name>:<type>:<number>`, e.g. `gpu:A100:2`. Note the `type` is an arbitrary string.
64
64
-`file`: A string with the [File](https://slurm.schedmd.com/gres.conf.html#OPT_File) (path to device(s)) for this resource, e.g. `/dev/nvidia[0-1]` for the above example.
65
65
Note [GresTypes](https://slurm.schedmd.com/slurm.conf.html#OPT_GresTypes) must be set in `openhpc_config` if this is used.
66
-
*`params`: Optional. Mapping of additional parameters and values for
66
+
*`node_params`: Optional. Mapping of additional parameters and values for
Each nodegroup will contain hosts from an Ansible inventory group named
@@ -86,7 +86,7 @@ partition. Each partition mapping may contain:
86
86
*`default`: Optional. A boolean flag for whether this partion is the default. Valid settings are `YES` and `NO`.
87
87
*`maxtime`: Optional. A partition-specific time limit following the format of [slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `MaxTime`. The default value is
88
88
given by `openhpc_job_maxtime`. The value should be quoted to avoid Ansible conversions.
89
-
*`params`: Optional. Mapping of additional parameters and values for
89
+
*`partition_params`: Optional. Mapping of additional parameters and values for
`openhpc_job_maxtime`: Maximum job time limit, default `'60-0'` (60 days). See [slurm.conf](https://slurm.schedmd.com/slurm.conf.html) parameter `MaxTime` for format. The default is 60 days. The value should be quoted to avoid Ansible conversions.
0 commit comments