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