From 4f339535e3a7799c17c773a27faaf34cc6b47339 Mon Sep 17 00:00:00 2001 From: Luca Bertagna Date: Mon, 9 Dec 2024 14:37:12 -0700 Subject: [PATCH] EAMxx: use pack size 1 in valg build, to avoid false-positives from padding Similar to what we do for FPE builds --- components/eamxx/scripts/test_factory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/components/eamxx/scripts/test_factory.py b/components/eamxx/scripts/test_factory.py index a81e9dbdd481..47ae47367218 100644 --- a/components/eamxx/scripts/test_factory.py +++ b/components/eamxx/scripts/test_factory.py @@ -156,6 +156,7 @@ def __init__(self, tas): "Release build where tests run through valgrind", [("CMAKE_BUILD_TYPE", "RelWithDebInfo"), ("EKAT_ENABLE_VALGRIND", "True"), + ("SCREAM_PACK_SIZE", "1"), ("SCREAM_TEST_MAX_THREADS", "2")], uses_baselines=False, on_by_default=False,