Skip to content

Commit bdb409e

Browse files
Update README.md
1 parent 81e7370 commit bdb409e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ These instructions assume you are in your home directory.
2323
* Check out the CMake documentation for the best information on how to do this, but in general:
2424
* Set the CC environment variable to the correct `mpicc`,
2525
* Invoke cmake with `-DCMAKE_C_COMPILER=mpicc`,
26-
* Add the mpi install directory to CMAKE_PREFIX_PATH (see CMakeLists.txt FENIX_SYSTEM_INC_FIX option).
27-
* If you experience segmentation faults during simple MPI function calls, it is likely you have mixed up
26+
* Add the mpi install directory to CMAKE_PREFIX_PATH.
27+
* If you experience segmentation faults during simple MPI function calls, this is often caused by accidentally building against multiple versions of MPI. See the FENIX_SYSTEM_INC_FIX CMake option for a potential fix.
2828
4. Run ` cmake ../ -DCMAKE_INSTALL_PREFIX=... && make install`
2929
5. Optionally, add the install prefix to your CMAKE\_PREFIX\_PATHS environment variable, to enable `find_package(fenix)` in your other projects.
3030

0 commit comments

Comments
 (0)