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 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • 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
  • !13

CI: add valgrind checks for test domain

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Müller requested to merge muellese/mhm:valgrind into develop Nov 25, 2019
  • Overview 4
  • Commits 12
  • Pipelines 11
  • Changes 3

In this merge request an addition to CI is proposed:

  • another CI script is added to compile mhm in debug mode
  • a mhm run for the test domain is checked with the valgrind tool memcheck to check for memory errors
  • a mhm run for the test domain is checked with the valgrind tool massif to analyze memory consumption
  • massif output is stored as artifact massif.out.0 from job valgrind-mem-use
  • gfortran compiled executable is stored as artifact mhm from job compile-gfortran83
Edited Oct 05, 2020 by Sebastian Müller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: valgrind