We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466f90e commit 4f33953Copy full SHA for 4f33953
components/eamxx/scripts/test_factory.py
@@ -156,6 +156,7 @@ def __init__(self, tas):
156
"Release build where tests run through valgrind",
157
[("CMAKE_BUILD_TYPE", "RelWithDebInfo"),
158
("EKAT_ENABLE_VALGRIND", "True"),
159
+ ("SCREAM_PACK_SIZE", "1"),
160
("SCREAM_TEST_MAX_THREADS", "2")],
161
uses_baselines=False,
162
on_by_default=False,
0 commit comments