Remove BUILT_ON_ROME Check
This release of ESMA_cmake removes the check if users are building on Rome at NAS. This check was used before because of OS differences between Rome nodes (TOSS4) and all other nodes at NAS (TOSS3) prevented running executables built on one OS on the other.
Now, all nodes are moving to TOSS4 at NAS.
This release should be used in concert with:
- ESMA_env v4.16.0 or v4.9.2 (if still using ESMF 8.4)
- GEOSgcm_App v2.1.2
From CHANGELOG.md
Changed
- Remove
BUILT_ON_ROME
detection at NAS as all nodes are now TOSS4
What's Changed
- Remove BUILT_ON_ROME detection at NAS by @mathomp4 in #315
- GitFlow: Merge develop into main by @mathomp4 in #316
Full Changelog: v3.28.0...v3.29.0