Skip to content
Snippets Groups Projects
Commit bf40c447 authored by Chris Cantwell's avatar Chris Cantwell
Browse files

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
parents 38003171 f9fc39db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment