Skip to content
Snippets Groups Projects
Commit 250082c4 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Added two newlines in mpi_usage_error_detection.md.

parent 1d029c33
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!240Added two newlines in mpi_usage_error_detection.md.
...@@ -45,8 +45,10 @@ In order to run your application with MUST you need to replace the srun command ...@@ -45,8 +45,10 @@ In order to run your application with MUST you need to replace the srun command
```console ```console
marie@login$ mustrun -np <number of MPI processes> ./<your binary> marie@login$ mustrun -np <number of MPI processes> ./<your binary>
``` ```
Suppose your application is called `fancy-program` and is normally run with 4 processes. Suppose your application is called `fancy-program` and is normally run with 4 processes.
The invocation should then be The invocation should then be
```console ```console
marie@login$ mustrun -np 4 ./fancy-program marie@login$ mustrun -np 4 ./fancy-program
[MUST] MUST configuration ... centralized checks with fall-back application crash handling (very slow) [MUST] MUST configuration ... centralized checks with fall-back application crash handling (very slow)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment