From cc374ef2e1de668fe019e8551a3553e10785cab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 28 Oct 2025 22:50:46 +0100 Subject: [PATCH 1/5] ignore two failing SciPy-Bundle 2024.05 tests on neoverse_v1 --- eb_hooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eb_hooks.py b/eb_hooks.py index 7168ea71..9ce822c8 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -1148,7 +1148,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs): FAILED optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139 - A... FAILED optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139 = 2 failed, 30554 passed, 2064 skipped, 10992 deselected, 76 xfailed, 7 xpassed, 40 warnings in 380.27s (0:06:20) = - In versions 2023.02 + 2023.07 + 2023.11 on neoverse_v1, 2 failing tests in scipy (versions 1.10.1, 1.11.1, 1.11.4): + In versions 2023.02 + 2023.07 + 2023.11 + 2024.05 on neoverse_v1, 2 failing tests in scipy (versions 1.10.1, 1.11.1, 1.11.4): FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32 = 2 failed, 54409 passed, 3016 skipped, 223 xfailed, 13 xpassed, 10917 warnings in 892.04s (0:14:52) = @@ -1213,7 +1213,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs): (in previous versions we were not as strict yet on the numpy/SciPy tests) """ cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR') - scipy_bundle_versions_nv1 = ('2021.10', '2023.02', '2023.07', '2023.11') + scipy_bundle_versions_nv1 = ('2021.10', '2023.02', '2023.07', '2023.11', '2024.05') scipy_bundle_versions_a64fx = ('2023.02', '2023.07', '2023.11') scipy_bundle_versions_nvidia_grace = ('2023.02', '2023.07', '2023.11') if self.name == 'SciPy-bundle': From 76ae6ed3b2a20ade8a8ce4bf4855517223291921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 28 Oct 2025 22:52:21 +0100 Subject: [PATCH 2/5] ignore three failing SciPy-Bundle 2024.05 tests on a64fx --- eb_hooks.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eb_hooks.py b/eb_hooks.py index 9ce822c8..f449825f 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -1158,6 +1158,11 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs): FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32 = 4 failed, 54407 passed, 3016 skipped, 223 xfailed, 13 xpassed, 10917 warnings in 6068.43s (1:41:08) = + In version 2024.05 on a64fx, 3 failing tests in scipy (version 1.13.1): + FAILED scipy/optimize/tests/test_minimize_constrained.py::TestTrustRegionConstr::test_list_of_problems + FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris + FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32 + = 3 failed, 61426 passed, 2620 skipped, 244 xfailed, 15 xpassed, 47 warnings in 6641.17s (1:50:41) = In version 2023.07 + 2023.11 on grace, 2 failing tests in scipy (versions 1.11.1, 1.11.4): FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139 FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139 @@ -1214,7 +1219,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs): """ cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR') scipy_bundle_versions_nv1 = ('2021.10', '2023.02', '2023.07', '2023.11', '2024.05') - scipy_bundle_versions_a64fx = ('2023.02', '2023.07', '2023.11') + scipy_bundle_versions_a64fx = ('2023.02', '2023.07', '2023.11', '2024.05') scipy_bundle_versions_nvidia_grace = ('2023.02', '2023.07', '2023.11') if self.name == 'SciPy-bundle': if cpu_target == CPU_TARGET_NEOVERSE_V1 and self.version in scipy_bundle_versions_nv1: From 96b4d749c55de7550434bd3035536d5e3da51ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 28 Oct 2025 22:54:46 +0100 Subject: [PATCH 3/5] add easystack --- .../software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml diff --git a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml new file mode 100644 index 00000000..78b76e6c --- /dev/null +++ b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml @@ -0,0 +1,2 @@ +easyconfigs: + - SciPy-bundle-2024.05-gfbf-2024a.eb From 8f342da9d7885c0b3c9163edaefb40c9804e0235 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Wed, 29 Oct 2025 07:43:17 +0100 Subject: [PATCH 4/5] Update eb_hooks.py --- eb_hooks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eb_hooks.py b/eb_hooks.py index f449825f..4ffad330 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -1148,7 +1148,8 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs): FAILED optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139 - A... FAILED optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139 = 2 failed, 30554 passed, 2064 skipped, 10992 deselected, 76 xfailed, 7 xpassed, 40 warnings in 380.27s (0:06:20) = - In versions 2023.02 + 2023.07 + 2023.11 + 2024.05 on neoverse_v1, 2 failing tests in scipy (versions 1.10.1, 1.11.1, 1.11.4): + In versions 2023.02 + 2023.07 + 2023.11 + 2024.05 on neoverse_v1, 2 failing tests in scipy (versions 1.10.1, 1.11.1, + 1.11.4, 1.13.1): FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32 = 2 failed, 54409 passed, 3016 skipped, 223 xfailed, 13 xpassed, 10917 warnings in 892.04s (0:14:52) = From 9b9b9c14e0c66048c96b974cb7108b03b26c650d Mon Sep 17 00:00:00 2001 From: ocaisa Date: Wed, 29 Oct 2025 07:43:44 +0100 Subject: [PATCH 5/5] Delete easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml --- .../software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml diff --git a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml b/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml deleted file mode 100644 index 78b76e6c..00000000 --- a/easystacks/software.eessi.io/2025.06/eessi-2025.06-eb-5.1.2-2024a.yml +++ /dev/null @@ -1,2 +0,0 @@ -easyconfigs: - - SciPy-bundle-2024.05-gfbf-2024a.eb