Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O ogs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 111
    • Issues 111
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 42
    • Merge requests 42
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogsogs
  • ogs
  • Merge requests
  • !4001

[cmake] Use a better FindMKL.cmake which includes also linker flags.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lars Bilke requested to merge bilke/ogs:find-mkl into master Feb 16, 2022
  • Overview 11
  • Commits 5
  • Pipelines 12
  • Changes 8

Also added CMake option OGS_EIGEN_USE_MKL, see https://eigen.tuxfamily.org/dox/TopicUsingIntelMKL.html.


Some questions:

  • Do we need 64-bit indices? See https://www.smcm.iqfr.csic.es/docs/intel/mkl/mkl_userguide/MKL_UG_linking_your_application/Support_for_ILP64_Programming.htm -> Can be enabled with MKL_USE_interface=ilp64 but seems to be not supported by Eigen
  • Do we have a benchmark which uses MKL (for testing)? -> ogs-Mechanics/Linear/cube_1e0_mkl

Fixes #3259 (closed).

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited Feb 17, 2022 by Dmitry Yu. Naumov
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: find-mkl