Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 180
    • Merge requests 180
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !49002

Closed
Created Dec 10, 2021 by Attila Krasznahorkay@akrasznaMaintainer
  • Report abuse
Report abuse

AthGeneration CMake Warning Fix, master branch (2021.12.10.)

  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

Silenced the OpenMP messages emitted by FindBLAS.cmake to fix AGENE-2118.

This is a bit of a painful thing... CMake's FindBLAS.cmake module, when looking for a statically linked OpenBLAS library (which is what LCG provides...), also looks for OpenMP.

https://gitlab.kitware.com/cmake/cmake/-/blob/master/Modules/FindBLAS.cmake#L758-764

In a way that can really not be silenced in any convenient way. 😦 So I just brought out the big guns, silencing FindOpenMP through OpenMP_FIND_QUIETLY...

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: AthGenerationCMakeWarningFix-master-20211210