Skip to content

Commit 2dfe789

Browse files
committed
[docs] Mention more supported implementations and remove references to Pkg.build
1 parent 620726c commit 2dfe789

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
@@ -101,6 +101,12 @@ The following MPI implementations should work out-of-the-box with MPI.jl:
101101
- [Intel MPI](https://software.intel.com/en-us/mpi-library)
102102
- [Microsoft MPI](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi)
103103
- [IBM Spectrum MPI](https://www.ibm.com/us-en/marketplace/spectrum-mpi)
104+
- [MVAPICH](http://mvapich.cse.ohio-state.edu/)
105+
- [Cray MPICH](https://docs.nersc.gov/development/compilers/wrappers/)
106+
- [Fujitsu MPI](https://www.fujitsu.com/global/about/resources/publications/technicalreview/2020-03/article07.html#cap-03)
107+
108+
If the implementation is changed, you will need to use [`MPI.use_system_binary()`](@ref) or
109+
[`MPI.use_jll_binary()`](@ref).
104110

105111
#### Advanced options
106112

0 commit comments

Comments
 (0)