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
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ These instructions assume you are in your home directory.
23
23
* Check out the CMake documentation for the best information on how to do this, but in general:
24
24
* Set the CC environment variable to the correct `mpicc`,
25
25
* 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.
28
28
4. Run ` cmake ../ -DCMAKE_INSTALL_PREFIX=... && make install`
29
29
5. Optionally, add the install prefix to your CMAKE\_PREFIX\_PATHS environment variable, to enable `find_package(fenix)` in your other projects.
0 commit comments