Skip to content
Snippets Groups Projects
Commit 84219efb authored by LocNgu's avatar LocNgu
Browse files

change console to bash

parent 3c07f39f
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!281review checkpoint_restart.md
...@@ -49,8 +49,8 @@ your batch script. In the case of MPI applications, you have to add the ...@@ -49,8 +49,8 @@ your batch script. In the case of MPI applications, you have to add the
parameters `--ib --rm` and put it between srun and your application parameters `--ib --rm` and put it between srun and your application
call, e.g.: call, e.g.:
```console ```bash
marie@login$ srun dmtcp_launch --ib --rm ./my-mpi-application 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