Revision 24fba717cdef52fd3ba66c1801258cf5f1889502 authored by Lars Bilke on 21 December 2022, 12:01:38 UTC, committed by Lars Bilke on 21 December 2022, 12:01:38 UTC
Draft: Fix MKL OpenMP linking issues.

Closes #3296

See merge request ogs/ogs!4413
2 parent s 8abeab4 + 772ae51
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top