Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !162

Many Small Improvements (memory leaks, build system, etc.)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hans-Nikolai Viessmann requested to merge hans/sac2c:hans-random-changes into develop Oct 20, 2021
  • Overview 3
  • Commits 13
  • Changes 40

This MR includes several small changes/fixes, which concisely are:

build system

  • create .sac2crc directory by default; no longer bother user about this (we didn't do this initial so that users had a chance to switch from the file to directory form of sac2crc)
  • remove unused (dead) feature flag ENABLE_SL
  • move distmem configuration stuff behind feature flag (activated for CI)
  • switch from CMake's FindCUDA to FindCUDAToolkit package (due to deprecation)

tests

  • add new meta keyword REQFEATURES to set feature dependencies on SaC tests (e.g. if CUDA backend isn't available, don't run CUDA tests)
    • remove usage of isalloptionson.sh script in pogo-tests (@rbe)
  • improve documentation

CI/masterrun

  • add ubuntu 21 image

compiler

  • update all copyright year text; add authors (😉)
  • update bug tracker links to gitlab issue (oops, should have been a while ago)
  • update uthash header to latest release
  • error, instead of abort, on missing/wrong module name
Edited Jan 31, 2022 by Hans-Nikolai Viessmann
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hans-random-changes