Skip to content
Snippets Groups Projects
Commit bbf5dbcf authored by Danny Marc Rotscher's avatar Danny Marc Rotscher
Browse files

Merge branch '289-checkpoint-restart-provide-script' into 'preview'

Added prompt to code block

Closes #289

See merge request !532
parents 5f14c578 0aa6ce36
No related branches found
No related tags found
2 merge requests!542Automated merge from preview to main,!532Added prompt to code block
...@@ -63,8 +63,8 @@ To use it, first add a `dmtcp_launch` before your application call in your batch ...@@ -63,8 +63,8 @@ To use it, first add a `dmtcp_launch` before your application call in your batch
of MPI applications, you have to add the parameters `--ib --rm` and put it between `srun` and your of MPI applications, you have to add the parameters `--ib --rm` and put it between `srun` and your
application call, e.g.: application call, e.g.:
```bash ```console
srun dmtcp_launch --ib --rm ./my-mpi-application marie@login$ srun dmtcp_launch --ib --rm ./my-mpi-application
``` ```
!!! note !!! note
......
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