Skip to content

Commit

Permalink
EAMxx: use pack size 1 in valg build, to avoid false-positives from p…
Browse files Browse the repository at this point in the history
…adding

Similar to what we do for FPE builds
  • Loading branch information
bartgol committed Dec 9, 2024
1 parent 466f90e commit 4f33953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/eamxx/scripts/test_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4f33953

Please sign in to comment.