Skip to content

Commit

Permalink
Update docs/src/parallelization.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
  • Loading branch information
sloede and ranocha authored Sep 28, 2020
1 parent 3c392ca commit d635cbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/parallelization.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To start Trixi in parallel with MPI, there are three options:
julia> MPI.install_mpiexecjl(destdir="/somewhere/in/your/PATH")
```
Then, to execute a Trixi in parallel, execute the following command from your
Then, to execute Trixi in parallel, execute the following command from your
command line:
```bash
mpiexecjl -n 3 julia --project=. -e 'using Trixi; Trixi.run("examples/2d/parameters.toml")'
Expand Down Expand Up @@ -96,4 +96,3 @@ To start Trixi in parallel with MPI, there are three options:
[available](https://github.com/tmux/tmux/wiki/Getting-Started) and once you
get the hang of it, developing Trixi in parallel becomes much smoother this
way.

0 comments on commit d635cbd

Please sign in to comment.