Skip to content

Instantly share code, notes, and snippets.

@jlchan
jlchan / LocalPreferences.toml
Created October 5, 2023 22:27
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 = []