Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !469

Merged
Created Jun 29, 2021 by Michael Kuron@kuronMaintainer

Use OpenMP include path

  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 1

This is needed when the OpenMP header is not in the default search path. On macOS with libomp installed from MacPorts, the following now works:

cmake . \
  -DCMAKE_BUILD_TYPE=Release \
  -DWALBERLA_BUILD_WITH_MPI=OFF \
  -DWALBERLA_BUILD_WITH_OPENMP=ON \
  -DOpenMP_libomp_LIBRARY=/opt/local/lib/libomp/libomp.dylib \
  -DOpenMP_C_INCLUDE_DIR=/opt/local/include/libomp \
  -DOpenMP_CXX_INCLUDE_DIR=/opt/local/include/libomp
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mac-openmp