From 5c59e16af5626bd8c15076f7065e303164dcedac Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 12:33:27 +0200 Subject: [PATCH 01/18] Add turek-hron-fsi3 tests --- tools/tests/tests.yaml | 25 ++++++++++++++++++++++++- turek-hron-fsi3/metadata.yaml | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 turek-hron-fsi3/metadata.yaml diff --git a/tools/tests/tests.yaml b/tools/tests/tests.yaml index edfb9e8cd..d90514222 100644 --- a/tools/tests/tests.yaml +++ b/tools/tests/tests.yaml @@ -285,6 +285,24 @@ test_suites: timeout: 1200 reference_result: ./perpendicular-flap/reference-results/fluid-nutils_solid-calculix.tar.gz + turek-hron-fsi3: + tutorials: + - &turek-hron-fsi3_fluid-openfoam_solid-dealii + path: turek-hron-fsi3 + case_combination: + - fluid-openfoam + - solid-dealii + max_time: 0.01 + reference_result: ./turek-hron-fsi3/reference-results/fluid-openfoam_solid-dealii.tar.gz + - &turek-hron-fsi3_fluid-nutils_solid-nutils + path: turek-hron-fsi3 + case_combination: + - fluid-nutils + - solid-nutils + timeout: 1200 + max_time: 0.003 + reference_result: ./turek-hron-fsi3/reference-results/fluid-nutils_solid-nutils.tar.gz + two-scale-heat-conduction: tutorials: - &two-scale-heat-conduction_macro-dumux_micro-dumux @@ -337,6 +355,7 @@ test_suites: - *perpendicular-flap_fluid-openfoam_solid-fenics - *perpendicular-flap_fluid-openfoam_solid-openfoam - *perpendicular-flap_fluid-su2_solid-fenics + - *turek-hron-fsi3_fluid-openfoam_solid-dealii # *two-scale-heat-conduction_macro-dumux_micro-dumux # excluded - too small values to compare - *quickstart_openfoam_cpp @@ -345,7 +364,8 @@ test_suites: tutorials: # - *channel-transport_fluid-nutils_transport-nutils # - *partitioned-heat-conduction_dirichlet-nutils_neumann-nutils - - *perpendicular-flap_fluid-nutils_solid-calculix + # - *perpendicular-flap_fluid-nutils_solid-calculix + - *turek-hron-fsi3_fluid-nutils_solid-nutils calculix-adapter: tutorials: @@ -360,6 +380,7 @@ test_suites: tutorials: - *multiple-perpendicular-flaps_fluid-openfoam_solid-upstream-dealii_solid-downstream-dealii - *perpendicular-flap_fluid-openfoam_solid-dealii + - *turek-hron-fsi3_fluid-openfoam_solid-dealii dumux-adapter: tutorials: @@ -388,6 +409,7 @@ test_suites: - *partitioned-heat-conduction_dirichlet-nutils_neumann-nutils - *partitioned-pipe-multiscale_fluid1d-left-nutils_fluid3d-right-openfoam - *perpendicular-flap_fluid-nutils_solid-calculix + - *turek-hron-fsi3_fluid-nutils_solid-nutils openfoam-adapter: tutorials: @@ -411,6 +433,7 @@ test_suites: - *perpendicular-flap_fluid-openfoam_solid-dealii - *perpendicular-flap_fluid-openfoam_solid-fenics - *perpendicular-flap_fluid-openfoam_solid-openfoam + - *turek-hron-fsi3_fluid-openfoam_solid-dealii - *quickstart_openfoam_cpp su2-adapter: diff --git a/turek-hron-fsi3/metadata.yaml b/turek-hron-fsi3/metadata.yaml new file mode 100644 index 000000000..1647e2120 --- /dev/null +++ b/turek-hron-fsi3/metadata.yaml @@ -0,0 +1,34 @@ +name: Turek-Hron FSI3 +path: turek-hron-fsi3 # relative to git repo +url: https://precice.org/tutorials-turek-hron-fsi3.html + +participants: + - Fluid + - Solid + +cases: + fluid-openfoam: + participant: Fluid + directory: ./fluid-openfoam + run: ./run.sh + component: openfoam-adapter + + fluid-nutils: + participant: Fluid + directory: ./fluid-nutils + run: ./run.sh + component: nutils-adapter + + solid-dealii: + participant: Solid + directory: ./solid-dealii + run: ./run.sh + component: dealii-adapter + + solid-nutils: + participant: Solid + directory: ./solid-nutils + run: ./run.sh + component: nutils-adapter + + From 8a5c3285302d57006daad9f45dbcd1ad3451a4df Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 12:33:56 +0200 Subject: [PATCH 02/18] Update TUTORIALS_REF --- tools/tests/reference_versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/reference_versions.yaml b/tools/tests/reference_versions.yaml index e02efddc8..3e63d19a4 100644 --- a/tools/tests/reference_versions.yaml +++ b/tools/tests/reference_versions.yaml @@ -21,7 +21,7 @@ OPENFOAM_ADAPTER_REF: "2c3062c" # develop, May 27, 2026 PRECICE_REF: "v3.4.1" PYTHON_BINDINGS_REF: "v3.4.0" SU2_ADAPTER_REF: "5abe79b" # develop, May 27, 2026 -TUTORIALS_REF: "0fc4468" # develop, May 29, 2026 +TUTORIALS_REF: "5c59e16" # develop, May 29, 2026 # Additional settings PRECICE_PRESET: "production-audit" \ No newline at end of file From 7d3c7018c93eaeeda85dd12c1ffd50d9c33a3d90 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 12:34:37 +0200 Subject: [PATCH 03/18] Uncomment other extra tests --- tools/tests/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tests/tests.yaml b/tools/tests/tests.yaml index d90514222..d45db3aa1 100644 --- a/tools/tests/tests.yaml +++ b/tools/tests/tests.yaml @@ -362,9 +362,9 @@ test_suites: # These test suites take longer to run. They are available, but not regularly executed. extra: tutorials: - # - *channel-transport_fluid-nutils_transport-nutils - # - *partitioned-heat-conduction_dirichlet-nutils_neumann-nutils - # - *perpendicular-flap_fluid-nutils_solid-calculix + - *channel-transport_fluid-nutils_transport-nutils + - *partitioned-heat-conduction_dirichlet-nutils_neumann-nutils + - *perpendicular-flap_fluid-nutils_solid-calculix - *turek-hron-fsi3_fluid-nutils_solid-nutils calculix-adapter: From d773704c61daaaac0a20aa1c5234e44dfc784b0a Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 12:35:29 +0200 Subject: [PATCH 04/18] Update TUTORIALS_REF --- tools/tests/reference_versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/reference_versions.yaml b/tools/tests/reference_versions.yaml index 3e63d19a4..88647c45f 100644 --- a/tools/tests/reference_versions.yaml +++ b/tools/tests/reference_versions.yaml @@ -21,7 +21,7 @@ OPENFOAM_ADAPTER_REF: "2c3062c" # develop, May 27, 2026 PRECICE_REF: "v3.4.1" PYTHON_BINDINGS_REF: "v3.4.0" SU2_ADAPTER_REF: "5abe79b" # develop, May 27, 2026 -TUTORIALS_REF: "5c59e16" # develop, May 29, 2026 +TUTORIALS_REF: "7d3c701" # develop, May 29, 2026 # Additional settings PRECICE_PRESET: "production-audit" \ No newline at end of file From cea015fcdc82cb8e365d1c7f29a4516c5b7ab999 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 12:52:49 +0200 Subject: [PATCH 05/18] Install libglu1-mesa from APT --- tools/tests/dockerfiles/ubuntu_2404/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile index f9aabd4c4..2dc3c8a62 100644 --- a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile +++ b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile @@ -128,6 +128,10 @@ RUN python3 -m venv --system-site-packages /home/precice/venv && \ FROM precice_dependecies AS nutils_adapter COPY --from=python_bindings /home/precice/.local /home/precice/.local +USER root +# libGLU is a dependency of gmsh, needed by the turek-hron-fsi3 nutils participant +RUN apt-get -qq update && \ +apt-get -qq install libglu1-mesa USER precice # Installing nutils - There is no adapter RUN python3 -m venv /home/precice/venv && \ From d04ded96ccaa5fbba2a1e9690420eabff6c2b4d0 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 12:54:41 +0200 Subject: [PATCH 06/18] Restrict max-time of turek-hron-fsi3 --- 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 d45db3aa1..c7d2a912e 100644 --- a/tools/tests/tests.yaml +++ b/tools/tests/tests.yaml @@ -292,7 +292,7 @@ test_suites: case_combination: - fluid-openfoam - solid-dealii - max_time: 0.01 + max_time: 0.003 reference_result: ./turek-hron-fsi3/reference-results/fluid-openfoam_solid-dealii.tar.gz - &turek-hron-fsi3_fluid-nutils_solid-nutils path: turek-hron-fsi3 From ce8991df648f9d4908df459013a348af654faa2b Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 12:59:01 +0200 Subject: [PATCH 07/18] Sort entries --- 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 c7d2a912e..fc650dca2 100644 --- a/tools/tests/tests.yaml +++ b/tools/tests/tests.yaml @@ -299,8 +299,8 @@ test_suites: case_combination: - fluid-nutils - solid-nutils - timeout: 1200 max_time: 0.003 + timeout: 1200 reference_result: ./turek-hron-fsi3/reference-results/fluid-nutils_solid-nutils.tar.gz two-scale-heat-conduction: From b3e94cd10c911ec9e94cb55f5ffac87bb6479207 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 12:59:46 +0200 Subject: [PATCH 08/18] Update TUTORIALS_REF --- tools/tests/reference_versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/reference_versions.yaml b/tools/tests/reference_versions.yaml index 88647c45f..8e7fdfbcb 100644 --- a/tools/tests/reference_versions.yaml +++ b/tools/tests/reference_versions.yaml @@ -21,7 +21,7 @@ OPENFOAM_ADAPTER_REF: "2c3062c" # develop, May 27, 2026 PRECICE_REF: "v3.4.1" PYTHON_BINDINGS_REF: "v3.4.0" SU2_ADAPTER_REF: "5abe79b" # develop, May 27, 2026 -TUTORIALS_REF: "7d3c701" # develop, May 29, 2026 +TUTORIALS_REF: "ce8991d" # develop, May 29, 2026 # Additional settings PRECICE_PRESET: "production-audit" \ No newline at end of file From 2a9a5d04874c19621a78e3629b1c1702ed668f7f Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 13:07:49 +0200 Subject: [PATCH 09/18] Install libxrender1 --- tools/tests/dockerfiles/ubuntu_2404/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile index 2dc3c8a62..ed1bf5620 100644 --- a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile +++ b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile @@ -129,9 +129,9 @@ RUN python3 -m venv --system-site-packages /home/precice/venv && \ FROM precice_dependecies AS nutils_adapter COPY --from=python_bindings /home/precice/.local /home/precice/.local USER root -# libGLU is a dependency of gmsh, needed by the turek-hron-fsi3 nutils participant +# The following are dependencies of gmsh, needed by the turek-hron-fsi3 nutils participant RUN apt-get -qq update && \ -apt-get -qq install libglu1-mesa +apt-get -qq install libglu1-mesa libxrender1 USER precice # Installing nutils - There is no adapter RUN python3 -m venv /home/precice/venv && \ From 64eb733022d6bb1279c797c4216e32d78b1fbef5 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 13:09:05 +0200 Subject: [PATCH 10/18] Update TUTORIALS_REF --- tools/tests/reference_versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/reference_versions.yaml b/tools/tests/reference_versions.yaml index 8e7fdfbcb..a90fc1c9e 100644 --- a/tools/tests/reference_versions.yaml +++ b/tools/tests/reference_versions.yaml @@ -21,7 +21,7 @@ OPENFOAM_ADAPTER_REF: "2c3062c" # develop, May 27, 2026 PRECICE_REF: "v3.4.1" PYTHON_BINDINGS_REF: "v3.4.0" SU2_ADAPTER_REF: "5abe79b" # develop, May 27, 2026 -TUTORIALS_REF: "ce8991d" # develop, May 29, 2026 +TUTORIALS_REF: "2a9a5d0" # other branch, May 29, 2026 # Additional settings PRECICE_PRESET: "production-audit" \ No newline at end of file From 7f23667e9e1b670d566f24686eb13c0f9b334cda Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 13:18:36 +0200 Subject: [PATCH 11/18] Install libxcursor1 --- tools/tests/dockerfiles/ubuntu_2404/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile index ed1bf5620..237dbed75 100644 --- a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile +++ b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile @@ -131,7 +131,7 @@ COPY --from=python_bindings /home/precice/.local /home/precice/.local USER root # The following are dependencies of gmsh, needed by the turek-hron-fsi3 nutils participant RUN apt-get -qq update && \ -apt-get -qq install libglu1-mesa libxrender1 +apt-get -qq install libglu1-mesa libxrender1 libxcursor1 USER precice # Installing nutils - There is no adapter RUN python3 -m venv /home/precice/venv && \ From 560ae5e26d0bee5a4e986bbd260dda3c7f521cab Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 13:21:26 +0200 Subject: [PATCH 12/18] Update TUTORIALS_REF --- tools/tests/reference_versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/reference_versions.yaml b/tools/tests/reference_versions.yaml index a90fc1c9e..60db100c5 100644 --- a/tools/tests/reference_versions.yaml +++ b/tools/tests/reference_versions.yaml @@ -21,7 +21,7 @@ OPENFOAM_ADAPTER_REF: "2c3062c" # develop, May 27, 2026 PRECICE_REF: "v3.4.1" PYTHON_BINDINGS_REF: "v3.4.0" SU2_ADAPTER_REF: "5abe79b" # develop, May 27, 2026 -TUTORIALS_REF: "2a9a5d0" # other branch, May 29, 2026 +TUTORIALS_REF: "7f23667" # other branch, May 29, 2026 # Additional settings PRECICE_PRESET: "production-audit" \ No newline at end of file From a715a61c301945939c7e47b69a1a48afedab6266 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 13:32:55 +0200 Subject: [PATCH 13/18] Install libxft2 --- tools/tests/dockerfiles/ubuntu_2404/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile index 237dbed75..d1c71024c 100644 --- a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile +++ b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile @@ -131,7 +131,7 @@ COPY --from=python_bindings /home/precice/.local /home/precice/.local USER root # The following are dependencies of gmsh, needed by the turek-hron-fsi3 nutils participant RUN apt-get -qq update && \ -apt-get -qq install libglu1-mesa libxrender1 libxcursor1 +apt-get -qq install libglu1-mesa libxrender1 libxcursor1 libxft2 USER precice # Installing nutils - There is no adapter RUN python3 -m venv /home/precice/venv && \ From 2091a43f3f7ddb04562e99c78ec831b21a873b8e Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 13:33:09 +0200 Subject: [PATCH 14/18] Change default of clean_docker --- .github/workflows/generate_reference_results_manual.yml | 2 +- .github/workflows/generate_reference_results_workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_reference_results_manual.yml b/.github/workflows/generate_reference_results_manual.yml index 3b5c6bf60..ec793cd18 100644 --- a/.github/workflows/generate_reference_results_manual.yml +++ b/.github/workflows/generate_reference_results_manual.yml @@ -17,7 +17,7 @@ on: type: string clean_docker: description: 'Clean Docker before running' - default: 'TRUE' + default: 'FALSE' type: choice options: - 'FALSE' diff --git a/.github/workflows/generate_reference_results_workflow.yml b/.github/workflows/generate_reference_results_workflow.yml index c95086d63..f1b080638 100644 --- a/.github/workflows/generate_reference_results_workflow.yml +++ b/.github/workflows/generate_reference_results_workflow.yml @@ -17,7 +17,7 @@ on: type: string clean_docker: description: 'Clean Docker before running' - default: 'TRUE' + default: 'FALSE' type: string log_level: description: 'Logging verbosity level used for the systemtests' From 33a2563267b2d119a865e3534c3ff194495ae971 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 13:43:11 +0200 Subject: [PATCH 15/18] Install libxinerama1 --- tools/tests/dockerfiles/ubuntu_2404/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile index d1c71024c..c386c9ab9 100644 --- a/tools/tests/dockerfiles/ubuntu_2404/Dockerfile +++ b/tools/tests/dockerfiles/ubuntu_2404/Dockerfile @@ -131,7 +131,7 @@ COPY --from=python_bindings /home/precice/.local /home/precice/.local USER root # The following are dependencies of gmsh, needed by the turek-hron-fsi3 nutils participant RUN apt-get -qq update && \ -apt-get -qq install libglu1-mesa libxrender1 libxcursor1 libxft2 +apt-get -qq install libglu1-mesa libxrender1 libxcursor1 libxft2 libxinerama1 USER precice # Installing nutils - There is no adapter RUN python3 -m venv /home/precice/venv && \ From 582795f37d4ea36d7d0af1a92770be70b9535627 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 13:58:58 +0200 Subject: [PATCH 16/18] Update TUTORIALS_REF --- tools/tests/reference_versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/reference_versions.yaml b/tools/tests/reference_versions.yaml index 60db100c5..376c123bd 100644 --- a/tools/tests/reference_versions.yaml +++ b/tools/tests/reference_versions.yaml @@ -21,7 +21,7 @@ OPENFOAM_ADAPTER_REF: "2c3062c" # develop, May 27, 2026 PRECICE_REF: "v3.4.1" PYTHON_BINDINGS_REF: "v3.4.0" SU2_ADAPTER_REF: "5abe79b" # develop, May 27, 2026 -TUTORIALS_REF: "7f23667" # other branch, May 29, 2026 +TUTORIALS_REF: "33a2563" # other branch, May 29, 2026 # Additional settings PRECICE_PRESET: "production-audit" \ No newline at end of file From 4c8fae8f5924059e38692744d89708c5bb1aa5a1 Mon Sep 17 00:00:00 2001 From: preCICE Tests VM Date: Fri, 29 May 2026 14:10:27 +0200 Subject: [PATCH 17/18] Add reference results --- .../fluid-nutils_solid-nutils.tar.gz | 3 + .../fluid-openfoam_solid-dealii.tar.gz | 3 + .../reference_results.metadata | 72 +++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 turek-hron-fsi3/reference-results/fluid-nutils_solid-nutils.tar.gz create mode 100644 turek-hron-fsi3/reference-results/fluid-openfoam_solid-dealii.tar.gz create mode 100644 turek-hron-fsi3/reference-results/reference_results.metadata diff --git a/turek-hron-fsi3/reference-results/fluid-nutils_solid-nutils.tar.gz b/turek-hron-fsi3/reference-results/fluid-nutils_solid-nutils.tar.gz new file mode 100644 index 000000000..85380e20f --- /dev/null +++ b/turek-hron-fsi3/reference-results/fluid-nutils_solid-nutils.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50c0c5d35cf0808ad33ea068ba94b7eb1d9e1573c4a65991c25e98c21055fcd +size 3868 diff --git a/turek-hron-fsi3/reference-results/fluid-openfoam_solid-dealii.tar.gz b/turek-hron-fsi3/reference-results/fluid-openfoam_solid-dealii.tar.gz new file mode 100644 index 000000000..768dc47a0 --- /dev/null +++ b/turek-hron-fsi3/reference-results/fluid-openfoam_solid-dealii.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0303d3b9113989cef36ec211acbecf37c09d8720160f15ef2a267c173eeb01 +size 36332 diff --git a/turek-hron-fsi3/reference-results/reference_results.metadata b/turek-hron-fsi3/reference-results/reference_results.metadata new file mode 100644 index 000000000..9bc293c98 --- /dev/null +++ b/turek-hron-fsi3/reference-results/reference_results.metadata @@ -0,0 +1,72 @@ + + +# Reference Results + +This file contains an overview of the results over the reference results as well as the arguments used to generate them. +We also include some information on the machine used to generate them + +## List of files + +| name | time | sha256 | +|------|------|-------| +| fluid-openfoam_solid-dealii.tar.gz | 2026-05-29 13:59:53 | be0303d3b9113989cef36ec211acbecf37c09d8720160f15ef2a267c173eeb01 | +| fluid-nutils_solid-nutils.tar.gz | 2026-05-29 13:59:53 | c50c0c5d35cf0808ad33ea068ba94b7eb1d9e1573c4a65991c25e98c21055fcd | + +## List of arguments used to generate the files + +| name | value | +|------|------| +| PLATFORM | ubuntu_2404 | +| CALCULIX_VERSION | 2.20 | +| DUNE_VERSION | 2.9 | +| DUMUX_VERSION | 3.7 | +| OPENFOAM_EXECUTABLE | openfoam2512 | +| SU2_VERSION | 7.5.1 | +| FENICS_ADAPTER_REF | v2.3.0 | +| CALCULIX_ADAPTER_REF | v2.20.1 | +| DEALII_ADAPTER_REF | a421d92 | +| DUMUX_ADAPTER_REF | 3f3f54f | +| MICRO_MANAGER_REF | v0.10.1 | +| OPENFOAM_ADAPTER_REF | 2c3062c | +| PRECICE_REF | v3.4.1 | +| PYTHON_BINDINGS_REF | v3.4.0 | +| SU2_ADAPTER_REF | 5abe79b | +| TUTORIALS_REF | 33a2563 | +| PRECICE_PRESET | production-audit | +| PRECICE_UID | 1003 | +| PRECICE_GID | 1003 | +## Information about the machine + +### uname -a + +Linux precice-tests 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux + + +### lscpu + +Architecture: x86_64 +CPU op-mode(s): 32-bit, 64-bit +Address sizes: 45 bits physical, 48 bits virtual +Byte Order: Little Endian +CPU(s): 4 +On-line CPU(s) list: 0-3 +Vendor ID: GenuineIntel +Model name: Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz +CPU family: 6 +Model: 85 +Thread(s) per core: 1 +Core(s) per socket: 1 +Socket(s): 4 +Stepping: 4 +BogoMIPS: 4199.99 +Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves arat pku ospke md_clear flush_l1d arch_capabilities +Hypervisor vendor: VMware +Virtualization type: full +L1d cache: 128 KiB (4 instances) +L1i cache: 128 KiB (4 instances) +L2 cache: 4 MiB (4 instances) +L3 cache: 88 MiB (4 instances) +NUMA node(s): 1 +NUMA node0 CPU(s): 0-3 From e728314593da54d6a41345483726060e431d62de Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 29 May 2026 14:12:58 +0200 Subject: [PATCH 18/18] Sort entries in tests.yaml --- tools/tests/tests.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/tests/tests.yaml b/tools/tests/tests.yaml index fc650dca2..6ff18fe0d 100644 --- a/tools/tests/tests.yaml +++ b/tools/tests/tests.yaml @@ -287,13 +287,6 @@ test_suites: turek-hron-fsi3: tutorials: - - &turek-hron-fsi3_fluid-openfoam_solid-dealii - path: turek-hron-fsi3 - case_combination: - - fluid-openfoam - - solid-dealii - max_time: 0.003 - reference_result: ./turek-hron-fsi3/reference-results/fluid-openfoam_solid-dealii.tar.gz - &turek-hron-fsi3_fluid-nutils_solid-nutils path: turek-hron-fsi3 case_combination: @@ -302,6 +295,13 @@ test_suites: max_time: 0.003 timeout: 1200 reference_result: ./turek-hron-fsi3/reference-results/fluid-nutils_solid-nutils.tar.gz + - &turek-hron-fsi3_fluid-openfoam_solid-dealii + path: turek-hron-fsi3 + case_combination: + - fluid-openfoam + - solid-dealii + max_time: 0.003 + reference_result: ./turek-hron-fsi3/reference-results/fluid-openfoam_solid-dealii.tar.gz two-scale-heat-conduction: tutorials: