Skip to content
Snippets Groups Projects
  • Sam Yates's avatar
    MPI through CMake · c3ad1c68
    Sam Yates authored
    * 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
    c3ad1c68