File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ If this variable is not set one partition per nodegroup is created, with default
115115partition configuration for each.
116116
117117` openhpc_gres_autodetect ` : Optional. A global default for ` openhpc_nodegroups.gres_autodetect `
118- defined above. ** NB:** A value of ` 'off' ` (the default) must be quoted to avoid yaml
119- conversion to ` false ` .
118+ defined above. ** NB:** A value of ` 'off' ` (the default) must be quoted to avoid
119+ yaml conversion to ` false ` .
120120
121121` openhpc_job_maxtime ` : Maximum job time limit, default ` '60-0' ` (60 days), see
122122[ slurm.conf: MaxTime ] ( https://slurm.schedmd.com/slurm.conf.html#OPT_MaxTime ) .
@@ -308,7 +308,7 @@ cluster-largemem-1
308308...
309309```
310310
311- Firstly ` openhpc_nodegroups ` maps to these inventory groups and applys any
311+ Firstly ` openhpc_nodegroups ` maps to these inventory groups and applies any
312312node-level parameters - in this case the ` largemem ` nodes have 2x cores
313313reserved for some reason:
314314
@@ -350,7 +350,7 @@ with appropriate memory using the `--mem` option for `sbatch` or `srun`.
350350Some autodetection mechanisms require recompilation of Slurm packages to link
351351against external libraries. Examples are shown in the sections below.
352352
353- # ### Recompiling Slurm binaries against the [NVIDIA Management libray ](https://developer.nvidia.com/management-library-nvml)
353+ # ### Recompiling Slurm binaries against the [NVIDIA Management library ](https://developer.nvidia.com/management-library-nvml)
354354
355355This allows using `openhpc_gres_autodetect : nvml` or `openhpc_nodegroup.gres_autodetect: nvml`.
356356
You can’t perform that action at this time.
0 commit comments