Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • mHM mHM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mhmmhm
  • mHMmHM
  • Merge requests
  • !32

Add support for the NAG Fortran compiler v6.2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Müller requested to merge muellese/mhm:nag-workflow into develop Apr 23, 2020
  • Overview 0
  • Commits 9
  • Pipelines 1
  • Changes 5

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)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: nag-workflow