|
1 | 1 | # Configuration
|
2 | 2 |
|
3 | 3 | By default, MPI.jl will download and link against the following MPI implementations:
|
4 |
| -- [Microsoft MPI](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi) on Windows |
| 4 | +- [Microsoft MPI](https://learn.microsoft.com/en-us/message-passing-interface/microsoft-mpi) on Windows |
5 | 5 | - [MPICH](https://www.mpich.org/) on all other platforms
|
6 | 6 |
|
7 | 7 | This is suitable for most single-node use cases, but for larger systems, such as HPC
|
@@ -32,9 +32,9 @@ standard or later. The following MPI implementations should work out-of-the-box
|
32 | 32 |
|
33 | 33 | - [Open MPI](https://www.open-mpi.org/)
|
34 | 34 | - [MPICH](https://www.mpich.org/) (v3.1 or later)
|
35 |
| -- [Intel MPI](https://software.intel.com/en-us/mpi-library) |
36 |
| -- [Microsoft MPI](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi) |
37 |
| -- [IBM Spectrum MPI](https://www.ibm.com/us-en/marketplace/spectrum-mpi) |
| 35 | +- [Intel MPI](https://www.intel.com/content/www/us/en/developer/tools/oneapi/mpi-library.html) |
| 36 | +- [Microsoft MPI](https://learn.microsoft.com/en-us/message-passing-interface/microsoft-mpi) |
| 37 | +- [IBM Spectrum MPI](https://www.ibm.com/products/spectrum-mpi) |
38 | 38 | - [MVAPICH](https://mvapich.cse.ohio-state.edu/)
|
39 | 39 | - [Cray MPICH](https://docs.nersc.gov/development/compilers/wrappers/)
|
40 | 40 | - [Fujitsu MPI](https://www.fujitsu.com/global/about/resources/publications/technicalreview/2020-03/article07.html#cap-03)
|
@@ -163,7 +163,7 @@ run on a non-GPU enabled node without needing a separate `LocalPreferences.toml`
|
163 | 163 |
|
164 | 164 | The following MPI implementations are provided as JLL packages and automatically obtained when installing MPI.jl:
|
165 | 165 |
|
166 |
| -- `MicrosoftMPI_jll`: [Microsoft MPI](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi) Default for Windows |
| 166 | +- `MicrosoftMPI_jll`: [Microsoft MPI](https://learn.microsoft.com/en-us/message-passing-interface/microsoft-mpi) Default for Windows |
167 | 167 | - `MPICH_jll`: [MPICH](https://www.mpich.org/). Default for all other systems
|
168 | 168 | - `OpenMPI_jll`: [Open MPI](https://www.open-mpi.org/)
|
169 | 169 | - `MPItrampoline_jll`: [MPItrampoline](https://github.com/eschnett/MPItrampoline): an MPI forwarding layer.
|
|
0 commit comments