From 2f71e1e3e99b8b291e78b6bbb26d3f18f0378b6c Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Sun, 12 Jul 2026 13:34:41 +0200 Subject: [PATCH 1/3] Select test --- tools/tests/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/tests.yaml b/tools/tests/tests.yaml index ffa2ab26c..818596b8b 100644 --- a/tools/tests/tests.yaml +++ b/tools/tests/tests.yaml @@ -885,4 +885,4 @@ test_suites: selected: tutorials: - - *two-scale-heat-conduction_macro-dumux_micro-dumux_parallel + - *two-scale-heat-conduction_macro-nutils_micro-nutils From bb236c879d1b2d274a5a7337fbad217a67a8cb49 Mon Sep 17 00:00:00 2001 From: preCICE Tests VM Date: Sun, 12 Jul 2026 13:48:55 +0200 Subject: [PATCH 2/3] Add reference results for two-scale-heat-conduction_macro-nutils_micro-nutils --- .../macro-nutils_micro-nutils.tar.gz | 3 +++ .../reference-results/reference_results.metadata | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 two-scale-heat-conduction/reference-results/macro-nutils_micro-nutils.tar.gz diff --git a/two-scale-heat-conduction/reference-results/macro-nutils_micro-nutils.tar.gz b/two-scale-heat-conduction/reference-results/macro-nutils_micro-nutils.tar.gz new file mode 100644 index 000000000..392c892d6 --- /dev/null +++ b/two-scale-heat-conduction/reference-results/macro-nutils_micro-nutils.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bb45dc3820ff57734f143f396120c0f5744afa5c770cf03bc4d35fb232e26c +size 1982 diff --git a/two-scale-heat-conduction/reference-results/reference_results.metadata b/two-scale-heat-conduction/reference-results/reference_results.metadata index 6675b10b4..ac01cec53 100644 --- a/two-scale-heat-conduction/reference-results/reference_results.metadata +++ b/two-scale-heat-conduction/reference-results/reference_results.metadata @@ -11,8 +11,7 @@ We also include some information on the machine used to generate them | name | time | sha256 | |------|------|-------| -| macro-dumux_micro-dumux_parallel.tar.gz | 2026-07-08 13:13:57 | a13fd12e315be9177f3724589a923a81ed57e086301f033a7713e9c33b13ea2f | -| macro-dumux_micro-dumux.tar.gz | 2026-07-08 13:13:57 | ff660fc906f3d41b23aa5d0a530dc92fb0ddf9533719881e085f220dcf18fc30 | +| macro-nutils_micro-nutils.tar.gz | 2026-07-12 13:40:45 | 54bb45dc3820ff57734f143f396120c0f5744afa5c770cf03bc4d35fb232e26c | ## List of arguments used to generate the files @@ -20,8 +19,9 @@ We also include some information on the machine used to generate them |------|------| | PLATFORM | ubuntu_2404 | | CALCULIX_VERSION | 2.20 | -| DUNE_VERSION | 2.9 | | DUMUX_VERSION | 3.7 | +| DUNE_VERSION_DUMUX | 2.9 | +| DUNE_VERSION_DUNE | 2.9 | | OPENFOAM_EXECUTABLE | openfoam2512 | | SU2_VERSION | 7.5.1 | | FENICS_ADAPTER_REF | v2.3.0 | @@ -29,13 +29,14 @@ We also include some information on the machine used to generate them | FMI_RUNNER_REF | v0.2.1 | | CALCULIX_ADAPTER_REF | v2.20.1 | | DEALII_ADAPTER_REF | a421d92 | +| DUNE_ADAPTER_REF | 778d3bb | | DUMUX_ADAPTER_REF | 3f3f54f | | MICRO_MANAGER_REF | bf5ea7b | | OPENFOAM_ADAPTER_REF | 2c3062c | | PRECICE_REF | b770460f2447b94da430086085d6b424e7c073e9 | -| PYTHON_BINDINGS_REF | v3.4.0 | +| PYTHON_BINDINGS_REF | 1a469788eec0a3de1a00691bdf5e5b0b25a2ae97 | | SU2_ADAPTER_REF | 5abe79b | -| TUTORIALS_REF | 54cd04a8e5aa8f4efdce53785d298c115e7e287a | +| TUTORIALS_REF | 2f71e1e3e99b8b291e78b6bbb26d3f18f0378b6c | | PRECICE_PRESET | production-audit | | PRECICE_UID | 1003 | | PRECICE_GID | 1003 | From 5c2cccb942da80423e97d27615ef2a70825275e9 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Sun, 12 Jul 2026 13:49:52 +0200 Subject: [PATCH 3/3] Revert selected test --- tools/tests/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/tests.yaml b/tools/tests/tests.yaml index 818596b8b..ffa2ab26c 100644 --- a/tools/tests/tests.yaml +++ b/tools/tests/tests.yaml @@ -885,4 +885,4 @@ test_suites: selected: tutorials: - - *two-scale-heat-conduction_macro-nutils_micro-nutils + - *two-scale-heat-conduction_macro-dumux_micro-dumux_parallel