Skip to content

Commit 4f33953

Browse files
committed
EAMxx: use pack size 1 in valg build, to avoid false-positives from padding
Similar to what we do for FPE builds
1 parent 466f90e commit 4f33953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/eamxx/scripts/test_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def __init__(self, tas):
156156
"Release build where tests run through valgrind",
157157
[("CMAKE_BUILD_TYPE", "RelWithDebInfo"),
158158
("EKAT_ENABLE_VALGRIND", "True"),
159+
("SCREAM_PACK_SIZE", "1"),
159160
("SCREAM_TEST_MAX_THREADS", "2")],
160161
uses_baselines=False,
161162
on_by_default=False,

0 commit comments

Comments
 (0)