From 62da9848acc057b7c030dce5d1540a3ce3cc7d89 Mon Sep 17 00:00:00 2001 From: Romain GARBAGE Date: Tue, 17 Feb 2026 14:07:05 +0100 Subject: algebra: chameleon: Exclude tests added in version 1.4. These tests are not relevant for testing basic MPI related functionality, they test custom distribution of tiles on MPI ranks. * guix-science/packages/algebra.scm (chameleon): Exclude tests added in version 1.4. --- guix-science/packages/algebra.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guix-science/packages/algebra.scm b/guix-science/packages/algebra.scm index b448e43..f48b7e8 100644 --- a/guix-science/packages/algebra.scm +++ b/guix-science/packages/algebra.scm @@ -126,7 +126,13 @@ SVML, SLEEF, and XSIMD; (setenv "OPENBLAS_NUM_THREADS" "1")))) ;; Restrict tests to MPI/simple precision for CI resource ;; savings. - #:test-exclude "test_shm_d|test_shm_z|test_mpi_d|test_mpi_z|getrf_ppiv")) + #:test-exclude (string-join '("test_shm_d" + "test_shm_z" + "test_mpi_d" + "test_mpi_z" + "getrf_ppiv" + "test_cdist") + "|"))) (inputs (list openblas starpu openmpi)) (native-inputs (list pkg-config gfortran python)) (home-page "https://gitlab.inria.fr/solverstack/chameleon") -- cgit v1.2.3