Skip to content

Commit

Permalink
EAMxx: fix compute-sanitizer racecheck options
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Dec 11, 2024
1 parent d782204 commit 0461f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/eamxx/scripts/test_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __init__(self, _):
"debug with compute sanitizer racecheck",
[("CMAKE_BUILD_TYPE", "Debug"),
("EKAT_ENABLE_COMPUTE_SANITIZER", "True"),
("EKAT_COMPUTE_SANITIZER_OPTIONS", "'--tool=racecheck --racecheck-detect-level=error'")],
("EKAT_COMPUTE_SANITIZER_OPTIONS", "'--tool=racecheck'")],
uses_baselines=False,
on_by_default=False,
default_test_len="short"
Expand Down

0 comments on commit 0461f8a

Please sign in to comment.