https://gitlab.opengeosys.org/ogs/ogs.git
Revision 71bd62bb69bc0802173c825a83e4cccfadd63f5d authored by Dmitry Yu. Naumov on 10 March 2023, 07:37:54 UTC, committed by Dmitry Yu. Naumov on 10 March 2023, 07:37:54 UTC
[partmesh] Renumber bulk node IDs of the bulk mesh

Closes #3381

See merge request ogs/ogs!4513
2 parent s aef0904 + 53cd6db
Raw File
Tip revision: 71bd62bb69bc0802173c825a83e4cccfadd63f5d authored by Dmitry Yu. Naumov on 10 March 2023, 07:37:54 UTC
Merge branch 'partmesh_update' into 'master'
Tip revision: 71bd62b
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