Skip to content

Instantly share code, notes, and snippets.

@jlchan
Created October 5, 2023 22:27
Show Gist options
  • Save jlchan/cb5932258c1eceaa7ff34ef6bcc84d17 to your computer and use it in GitHub Desktop.
Save jlchan/cb5932258c1eceaa7ff34ef6bcc84d17 to your computer and use it in GitHub Desktop.
Example `LocalPreferences.toml` file when using Trixi.jl with system MPI
[HDF5]
libhdf5 = "/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so"
libhdf5_hl = "/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5_hl.so"
[MPIPreferences]
__clear__ = ["preloads_env_switch"]
_format = "1.0"
abi = "OpenMPI"
binary = "system"
cclibs = []
libmpi = "/lib/x86_64-linux-gnu/libmpi.so"
mpiexec = "mpiexec"
preloads = []
[P4est]
libp4est = "/home/mschlott/hackathon/libtrixi/t8code/install/lib/libp4est.so"
libsc = "/home/mschlott/hackathon/libtrixi/t8code/install/lib/libsc.so"
[T8code]
libp4est = "/home/mschlott/hackathon/libtrixi/t8code/install/lib/libp4est.so"
libsc = "/home/mschlott/hackathon/libtrixi/t8code/install/lib/libsc.so"
libt8 = "/home/mschlott/hackathon/libtrixi/t8code/install/lib/libt8.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment