Revision f9cd9d3678cd20b8b8ce765d9702f5903caa482a authored by Lars Bilke on 24 May 2023, 16:32:49 UTC, committed by Lars Bilke on 24 May 2023, 16:32:49 UTC
Draft: [ci] Added job 'build mac petsc arm64', used for notebooks too.

See merge request ogs/ogs!4617
2 parent s ad7390e + 7594f1f
Raw File
Tests.cmake
# This contains multi-process notebooks
if(TARGET ThermoHydroMechanics
   AND TARGET ThermoRichardsMechanics
   AND TARGET TH2M
   AND NOT OGS_USE_PETSC
)
    NotebookTest(
        NOTEBOOKFILE
        ThermoHydroMechanics/Linear/Point_injection/SaturatedPointheatsource.ipynb
        RUNTIME 1800
        PROPERTIES PROCESSORS 4
    )
endif()
back to top