Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
250082c4
Commit
250082c4
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Added two newlines in mpi_usage_error_detection.md.
parent
1d029c33
No related branches found
Branches containing commit
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!240
Added two newlines in mpi_usage_error_detection.md.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
+2
-0
2 additions, 0 deletions
....tu-dresden.de/docs/software/mpi_usage_error_detection.md
with
2 additions
and
0 deletions
doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
+
2
−
0
View file @
250082c4
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment