GEOS-ESM / GEOSgcm_App

Repo containing the scripts for running the GEOS Earth System Model GCM
Apache License 2.0
2 stars 1 forks source link

Use CMake to determine MPI Stack #580

Closed mathomp4 closed 7 months ago

mathomp4 commented 7 months ago

This PR uses CMake to determine the MPI stack rather than looking at the content of $BASEDIR which builds that use Spack will never fill.

NOTE 1: This requires ESMA_cmake v3.41.0 which is now in GEOSgcm (see https://github.com/GEOS-ESM/GEOSgcm/pull/752)

NOTE 2: There is still a lot of BASEDIR hanging around, but this is at least a first step.