The MPI.jl package provides the Julia interface to the Message Passing Interface (MPI).
Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
OpenMPI via JuliaHPC
(recommended)
...
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 | ||
---|---|---|
| ||
using MPIPreferences MPIPreferences.use_jll_binary() |
...