MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
231 stars 307 forks source link

Fixed CMake build for atmosphere core #1205

Closed amstokely closed 1 day ago

amstokely commented 1 week ago

Prior to releasing MPAS v8.2.0, several changes necessitated updates to the GNU Makefiles. These changes included:

Unfortunately, the CMake build files were not updated accordingly, resulting in the loss of CMake support in MPAS v8.2.

This PR includes the necessary updates to the CMake files, enabling MPAS to be configured and built with CMake. These updates ensure that the latest version of MPAS can be used with mpas-jedi and allow MPAS-Model to be compiled using both GNU and Intel compilation suites.