Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using Julia MPI artifacts (JLLs)

Of you want to avoid using a system MPI but instead use an MPI variant provided by Julia as an artifact (JLL), you have to run the following.

Code Block
languagejulia
using MPIPreferences
MPIPreferences.use_jll_binary()

...