File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,12 @@ The following MPI implementations should work out-of-the-box with MPI.jl:
101
101
- [ Intel MPI] ( https://software.intel.com/en-us/mpi-library )
102
102
- [ Microsoft MPI] ( https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi )
103
103
- [ 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 ) .
104
110
105
111
#### Advanced options
106
112
You can’t perform that action at this time.
0 commit comments