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

Trigger Fortran Pre-Processor by file-suffix .F90

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Müller requested to merge pre_proc_fix into develop Nov 23, 2021
  • Overview 0
  • Commits 10
  • Pipelines 12
  • Changes 40

Since all compilers in use understand the .F90 pre-fix to trigger pre-processing, we can drop setting the pre-proc compile flag by hand. This also enables using the Ninja generator.

Also, the gcov compiler flags have been updated, since it was not linking against lgcov: https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html

HPC module load scripts have been updated to v1.4

CI: Coverage stage fixed

Edited Dec 02, 2021 by Sebastian Müller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: pre_proc_fix