Skip to content

Commit d635cbd

Browse files
sloederanocha
andauthored
Update docs/src/parallelization.md
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
1 parent 3c392ca commit d635cbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/parallelization.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To start Trixi in parallel with MPI, there are three options:
6161

6262
julia> MPI.install_mpiexecjl(destdir="/somewhere/in/your/PATH")
6363
```
64-
Then, to execute a Trixi in parallel, execute the following command from your
64+
Then, to execute Trixi in parallel, execute the following command from your
6565
command line:
6666
```bash
6767
mpiexecjl -n 3 julia --project=. -e 'using Trixi; Trixi.run("examples/2d/parameters.toml")'
@@ -96,4 +96,3 @@ To start Trixi in parallel with MPI, there are three options:
9696
[available](https://github.com/tmux/tmux/wiki/Getting-Started) and once you
9797
get the hang of it, developing Trixi in parallel becomes much smoother this
9898
way.
99-

0 commit comments

Comments
 (0)