Skip to content

Commit

Permalink
adjust path of shared object files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Aug 23, 2023
1 parent 73263c2 commit d47a81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/parallelization.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ installations. Follow the steps described
[here](https://github.com/DLR-AMR/T8code.jl/blob/main/README.md#installation) and
[here](https://github.com/trixi-framework/P4est.jl/blob/main/README.md#installation) for the
configuration. The paths that point to `libp4est.so` (and potentially to `libsc.so`) need to be
the same for P4est.jl and T8code.jl. This could e.g. be `libp4est.so` that can be found in
`p4est/src/.libs/` in the installation directory of `t8code`.
the same for P4est.jl and T8code.jl. This could e.g. be `libp4est.so` that usually can be found
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.
Expand Down

0 comments on commit d47a81e

Please sign in to comment.