Skip to content

Commit dfa92bc

Browse files
authored
Merge pull request #568 from giordano/mg/docs-mpi-implementations
[docs] Mention more supported implementations and remove references to `Pkg.build`
2 parents 0e22a4d + 2dfe789 commit dfa92bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ The following MPI implementations should work out-of-the-box with MPI.jl:
102102
- [Intel MPI](https://software.intel.com/en-us/mpi-library)
103103
- [Microsoft MPI](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi)
104104
- [IBM Spectrum MPI](https://www.ibm.com/us-en/marketplace/spectrum-mpi)
105+
- [MVAPICH](http://mvapich.cse.ohio-state.edu/)
106+
- [Cray MPICH](https://docs.nersc.gov/development/compilers/wrappers/)
107+
- [Fujitsu MPI](https://www.fujitsu.com/global/about/resources/publications/technicalreview/2020-03/article07.html#cap-03)
108+
109+
If the implementation is changed, you will need to use [`MPI.use_system_binary()`](@ref) or
110+
[`MPI.use_jll_binary()`](@ref).
105111

106112
#### Advanced options
107113

0 commit comments

Comments
 (0)