Skip to content

Commit 699cae1

Browse files
Update docs/further.md
Co-authored-by: David Laehnemann <david.laehnemann@hhu.de>
1 parent 6a0cdae commit 699cae1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/further.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ 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. MPI jobs enable parallel computations spanning across multiple nodes, thus potentially parallelizing to more cores than any machine in you cluster can offer. [See the main documentation section of Snakemake, too.](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#mpi-support)
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.
200+
MPI jobs enable parallel computations spanning across multiple nodes, thus potentially parallelizing to more cores than any machine in you cluster can offer.
201+
[See the main documentation section of Snakemake, too.](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#mpi-support)
200202

201203
| Snakemake | Description |
202204
|---------------|---------------------------------------------|

0 commit comments

Comments
 (0)