Installation

Installation

Requirements

Unix systems (Linux and MacOS)

MPI.jl requires:

This has been tested with:

Windows

MPI.jl requires the Microsoft MPI (MS-MPI) runtime to be installed.

Building

The MPI.jl package can be installed via add MPI in the Julia package manager.

The build script will attempt to find the shared library and constants: this can be controlled with the optional environment variables:

If your MPI installation changes (e.g. it is upgraded by the system, or you switch libraries), you will need to re-run build MPI at the package prompt.