Skip to content
Snippets Groups Projects
  1. Aug 12, 2024
  2. Aug 09, 2024
  3. Aug 06, 2024
  4. Aug 05, 2024
  5. Jul 31, 2024
  6. Jul 02, 2024
  7. Jun 20, 2024
  8. Jun 18, 2024
  9. Jun 12, 2024
  10. Jun 11, 2024
  11. May 08, 2024
    • Lars Bilke's avatar
      [mkl,eigen] Refactored interdependent setup. · 5e52055e
      Lars Bilke authored and Dmitri Naumov's avatar Dmitri Naumov committed
      - [cmake] Also use MKLs OpenMP implementation for serial configs.
      - [cmake] Renamed OGS_USE_PETSC_MKL_EIGEN_OPENMP to OGS_USE_MKL_EIGEN_OPENMP.
      - [cmake] Option OGS_EIGEN_PARALLEL_BACKEND replaces other configs.
        Removed:
        - OGS_USE_MKL_EIGEN_OPENMP
        - OGS_EIGEN_USE_MKL
      - Also when OGS_USE_MKL=ON then OGS_EIGEN_PARALLEL_BACKEND defaults to
      MKL.
      - Updated eigen-unsupported version to inlude fix for MKL backend.
        Fix: https://gitlab.com/libeigen/eigen/-/merge_requests/851
      - Moved OGS_EIGEN_PARALLEL_BACKEND initialization.
      - [cmake] Only link to OpenMP when eigen backend is set to OpenMP.
      - [cmake] Eigen includes OpenMP or MKL depending on backend.
      5e52055e
  12. Apr 10, 2024
  13. Apr 09, 2024
  14. Mar 28, 2024
  15. Mar 27, 2024
  16. Mar 26, 2024
  17. Mar 04, 2024
  18. Feb 26, 2024
  19. Feb 08, 2024
  20. Feb 07, 2024
  21. Feb 05, 2024
  22. Feb 02, 2024
  23. Jan 23, 2024
  24. Jan 18, 2024
  25. Jan 16, 2024
  26. Jan 15, 2024
  27. Jan 02, 2024
  28. Dec 19, 2023
    • Lars Bilke's avatar
      [py] Import OpenGeoSys module properly. · b35c1436
      Lars Bilke authored
      Needs to be imported with:
      
      try:
          import ogs.callbacks as OpenGeoSys
      except ModuleNotFoundError:
          import OpenGeoSys
      
      `ogs.callbacks` is needed when imported via pip installed package.
      `import OpenGeoSys` else.
      b35c1436
  29. Dec 14, 2023
  30. Dec 11, 2023
Loading