Skip to content

Commit 81054e6

Browse files
committed
fix: grammar
1 parent e78dd81 commit 81054e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/further.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This flag effectively does not consider failed SLURM jobs or preserves job IDs a
196196

197197
Snakemake's SLURM executor plugin supports the execution of MPI ([Message Passing Interface](https://en.wikipedia.org/wiki/Message_Passing_Interface)) jobs.
198198

199-
Per default, jobs can only run on a single cluster node (or machine) and parallelization is thus limited by the maximum number of cores that is available on any machine in the cluster.
199+
By default, jobs can only run on a single cluster node (or machine) and parallelization is thus limited by the maximum number of cores that is available on any machine in the cluster.
200200
MPI jobs enable parallel computations spanning across multiple nodes, thus potentially parallelizing to more cores than any machine in you cluster can offer.
201201
[See the main documentation section of Snakemake, too.](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#mpi-support)
202202

@@ -670,4 +670,4 @@ $ salloc -A <your SLURM account> -p <your partition> \
670670

671671
You need to consider the extra waiting time for jobs to start on your cluster, when chosing a value for the `--time` flag.
672672

673-
Consider that `salloc` will start a particular subshell. Before you start another interactive job in the _same_ terminal, you need to type `exit`. Even if your job has ended already.
673+
Consider that `salloc` will start a particular subshell. Before you start another interactive job in the _same_ terminal, you need to type `exit`. Even if your job has ended already.

0 commit comments

Comments
 (0)