GEOS-ESM / ESMA_cmake

Custom CMake macros for the GEOS Earth System Model
Apache License 2.0
4 stars 9 forks source link

Use CMake to determine MPI Stack #357

Closed mathomp4 closed 8 months ago

mathomp4 commented 8 months ago

This PR uses CMake to determine the MPI stack for GEOS. It provides two new variables:

A user can also override this with -DMPI_STACK=openmpi say and the whole autodetection will be skipped.