Skip to content

Commit 6cb6d85

Browse files
committed
More typos and whitelist
1 parent 7fadc71 commit 6cb6d85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/spelling/allow.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ cpe
107107
cscs
108108
cuda
109109
customised
110+
dcomex
110111
diagonalisation
111112
dockerhub
112113
dotenv
@@ -136,6 +137,7 @@ oom
136137
podman
137138
preinstalled
138139
prgenv
140+
prioritisation
139141
prioritised
140142
proactively
141143
pyfirecrest

docs/running/slurm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ The approach is to:
580580
1. first allocate all the resources on each node to the job;
581581
2. then subdivide those resources at each invocation of srun.
582582

583-
If Slurm believes that a request for resources (cores, gpus, memory) overlaps with what another step has already allocated, it will defer the execution until the resources are relinquished.
583+
If Slurm believes that a request for resources (cores, GPUs, memory) overlaps with what another step has already allocated, it will defer the execution until the resources are relinquished.
584584
This must be avoided.
585585

586586
First ensure that *all* resources are allocated to the whole job with the following preamble:

0 commit comments

Comments
 (0)