Skip to content

Commit

Permalink
Add example LocalPreferences.toml file to parallelization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan authored Oct 5, 2023
1 parent 67ddfbb commit 67bd912
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/parallelization.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ the same for P4est.jl and T8code.jl. This could e.g. be `libp4est.so` that usual
in `lib/` or `local/lib/` in the installation directory of `t8code`.
In total, in your active Julia project you should have a LocalPreferences.toml file with sections
`[MPIPreferences]`, `[T8code]` and `[P4est]` as well as an entry `MPIPreferences` in your
Project.toml to use a custom MPI installation.
Project.toml to use a custom MPI installation. An example LocalPreferences.toml file
can be found [here](https://gist.github.com/jlchan/cb5932258c1eceaa7ff34ef6bcc84d17).



### [Usage](@id parallel_usage)
Expand Down

0 comments on commit 67bd912

Please sign in to comment.