Skip to content
Snippets Groups Projects
Commit c3ad1c68 authored by Sam Yates's avatar Sam Yates
Browse files

MPI through CMake

* Add WITH_MPI CMake option to enable MPI code in application
* Use find_package(MPI) and set up flags, etc. for MPI
* Extra defines to disable the inclusion of C++ MPI headers for
  MPICH and OpenMPI.
* Fix signed/unsigned compare warning in algorithms.hpp
parent 1c1cd64f
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment