Skip to content

Commit 965053c

Browse files
committed
fix README typos
1 parent c2c72ec commit 965053c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ If this variable is not set one partition per nodegroup is created, with default
115115
partition 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
312312
node-level parameters - in this case the `largemem` nodes have 2x cores
313313
reserved for some reason:
314314

@@ -350,7 +350,7 @@ with appropriate memory using the `--mem` option for `sbatch` or `srun`.
350350
Some autodetection mechanisms require recompilation of Slurm packages to link
351351
against 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

355355
This allows using `openhpc_gres_autodetect: nvml` or `openhpc_nodegroup.gres_autodetect: nvml`.
356356

0 commit comments

Comments
 (0)