Add support for the NAG Fortran compiler v6.2
This merge request adds support for the NAG Fortran compiler v6.2 on EVE.
The following this were added/modfied:
-
moduleLoadScripts/eve.nag62
- loading all needed modules (usesource eve.nag62
) -
CMakeLists.txt
- added-fpp
flag for NAGs pre-processor and added compiler flags for NAG (RELEASE/DEBUG) -
.gitlab-ci.yml
- added compilation with NAG; valgrind check for NAG; check-cases with NAG -
check/run_mhm_checks.py
- added new option to skip certain cases (motivated by NAG, since RNG produces overflows and fails in DEBUG)