From 330aa8aadd0c0fedd08ddfef5d40c440e8943bc6 Mon Sep 17 00:00:00 2001 From: Casey Icenhour Date: Tue, 15 Aug 2023 12:39:10 -0600 Subject: [PATCH] Strumpack is not completely valgrind clean, so skip hmg_strumpack test for now See https://github.com/pghysels/STRUMPACK/issues/103 for more context --- test/tests/preconditioners/hmg/tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tests/preconditioners/hmg/tests b/test/tests/preconditioners/hmg/tests index c315ab34ea15..98f0ca6062c9 100644 --- a/test/tests/preconditioners/hmg/tests +++ b/test/tests/preconditioners/hmg/tests @@ -34,6 +34,8 @@ min_parallel = 2 petsc_version = '>=3.12.0' strumpack = true + # strumpack is not valgrind clean, see #23502 and https://github.com/pghysels/STRUMPACK/issues/103 + valgrind = none issues = '#16501' cli_args = 'Mesh/dmg/dim=3 Mesh/dmg/nz=10 Outputs/file_base=diffusion_strumpack_3d_out -pc_type lu -pc_factor_mat_solver_type strumpack -snes_view' requirement = "The system shall support the use of strumpack (sparse direct solver) for 3D problems"