Skip to content

Commit 599d2be

Browse files
committed
Update README.md
add note about what to do with OpenMPI
1 parent d8cc18e commit 599d2be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Pkg.build()
2424
```
2525
which will build and install the wrapper into `$HOME/.julia/vX.Y/MPI`.
2626

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+
2730
### Overriding the auto-detected MPI version
2831

2932
It may be that CMake selects the wrong MPI version, or that CMake

0 commit comments

Comments
 (0)