Skip to content

Add support for the NAG Fortran compiler v6.2

Sebastian Müller requested to merge muellese/mhm:nag-workflow into develop

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 (use source 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)

Merge request reports