Skip to content

Commit

Permalink
Fixup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Oct 24, 2024
1 parent 8ecd0b5 commit 754cf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/using_chmy_with_mpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ MPI.Finalize()
```

!!! note "MPI finalisation"
Running a Julia MPI code on a single process within the REPL (for e.g. development purpose) will require to terminate the Julia session upon MPI finalisation. Simply omitting `MPI.Finalize` will allow for repeated execution of the code.
Running a Julia MPI code on a single process within the REPL (for e.g. development purpose) will require to terminate the Julia session upon MPI finalisation. Simply omitting `MPI.Finalize()` will allow for repeated execution of the code.

## Run the simulation on an MPI-parallel machine
If you want to run this on multiple MPI processes, you will need to setup the [MPI.jl](https://juliaparallel.org/MPI.jl) package, such that `mpiexecjl` is created on the command line. You can then run it on, e.g., 4 MPI ranks (processes) with:
Expand Down

0 comments on commit 754cf85

Please sign in to comment.