Skip to content

Find and include MPI

Bram Veenboer requested to merge include-mpi into master

h5parm depends on HDF5, which depends on MPI. When building, the mpi.h header file is not found (when it is not installed in a system path). Therefore, we need to explicitly find MPI in CMake and add an include directory.

Merge request reports