You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ Pkg.build()
24
24
```
25
25
which will build and install the wrapper into `$HOME/.julia/vX.Y/MPI`.
26
26
27
+
#### Platform specific notes:
28
+
* If you are trying to build on OSX with Homebrew, the necessary Fortran headers are not included in the OpenMPI bottle. To workaround this you can build OpenMPI from source: `brew install --build-from-source openmpi`
29
+
27
30
### Overriding the auto-detected MPI version
28
31
29
32
It may be that CMake selects the wrong MPI version, or that CMake
0 commit comments