|
2 | 2 |
|
3 | 3 | By default, MPI.jl will download and link against the following MPI implementations:
|
4 | 4 | - [Microsoft MPI](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi) on Windows
|
5 |
| -- [MPICH](http://www.mpich.org/) on all other platforms |
| 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
|
8 | 8 | clusters or multi-GPU machines, you will probably want to configure against a
|
@@ -30,12 +30,12 @@ julia --project -e 'using Pkg; Pkg.add("MPIPreferences")'
|
30 | 30 | MPI.jl requires a shared library installation of a C MPI library, supporting the MPI 3.0
|
31 | 31 | standard or later. The following MPI implementations should work out-of-the-box with MPI.jl:
|
32 | 32 |
|
33 |
| -- [Open MPI](http://www.open-mpi.org/) |
34 |
| -- [MPICH](http://www.mpich.org/) (v3.1 or later) |
| 33 | +- [Open MPI](https://www.open-mpi.org/) |
| 34 | +- [MPICH](https://www.mpich.org/) (v3.1 or later) |
35 | 35 | - [Intel MPI](https://software.intel.com/en-us/mpi-library)
|
36 | 36 | - [Microsoft MPI](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi)
|
37 | 37 | - [IBM Spectrum MPI](https://www.ibm.com/us-en/marketplace/spectrum-mpi)
|
38 |
| -- [MVAPICH](http://mvapich.cse.ohio-state.edu/) |
| 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)
|
41 | 41 | - [HPE MPT/HMPT](https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a00105727en_us)
|
|
0 commit comments