https://gitlab.opengeosys.org/ogs/ogs.git
Revision 73c6f911aa7949eb1a41cb9cd22cb56dadc47d6f authored by wenqing on 28 April 2023, 16:14:58 UTC, committed by wenqing on 28 April 2023, 16:14:58 UTC
Draft: [HM] Improvement of the fixed stress splitting approach in the staggered scheme

See merge request ogs/ogs!4578
2 parent s 46f0c6b + 2f235af
Raw File
Tip revision: 73c6f911aa7949eb1a41cb9cd22cb56dadc47d6f authored by wenqing on 28 April 2023, 16:14:58 UTC
Merge branch 'imprv_fixed_stress' into 'master'
Tip revision: 73c6f91
CTestConfig.cmake
set(CTEST_PROJECT_NAME "ogs")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_SUBMIT_URL
    "https://cdash.opengeosys.org/submit.php?project=${CTEST_PROJECT_NAME}"
)
if(DEFINED ENV{CI_JOB_NAME})
    # Bug in CDash: Remove ":", see
    # https://github.com/Kitware/CDash/issues/1292
    string(REPLACE ":" "" _build_name "$ENV{CI_JOB_NAME}")
    set(BUILDNAME ${_build_name})
endif()
back to top