https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 90d3c239254463ccbacdcc86a62ea9d5e55a99c3 authored by Tom Fischer on 07 March 2023, 13:06:40 UTC
Merge branch 'NodePartitionedMeshAndPartitioningImprovements' into 'master'
Tip revision: 90d3c23
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