Merge branch 'fix/mpi-cmake' into 'master'
Switch to MPI_lang_... variables This MR switches the CMake configuration to use `MPI_<lang>_...` variables instead of the existing `MPI_...` variables. Currently Nektar++ uses `MPI_LIBRARY` and `MPI_EXTRA_LIBRARY`, which have been deprecated for some time. In recent versions of CMake, at least on OS X, `MPI_EXTRA_LIBRARY` is no longer set, meaning that Nektar++ fails to configure if MPI is enabled. A similar fix has also been applied to gsmpi which has the same issue. See merge request !725
No related branches found
No related tags found
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- cmake/Nektar++Config.cmake.in 4 additions, 5 deletionscmake/Nektar++Config.cmake.in
- cmake/ThirdPartyMPI.cmake 8 additions, 9 deletionscmake/ThirdPartyMPI.cmake
- library/LibUtilities/CMakeLists.txt 3 additions, 3 deletionslibrary/LibUtilities/CMakeLists.txt
Loading
Please register or sign in to comment