Skip to content

Commit

Permalink
EAMxx: enable pyeamxx in SP build in test-all-scream
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Jun 28, 2024
1 parent 8604b75 commit 3d14934
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/eamxx/scripts/test_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ def __init__(self, _):
self,
"full_sp_debug",
"debug single precision",
[("CMAKE_BUILD_TYPE", "Debug"), ("EKAT_DEFAULT_BFB", "True"),
("SCREAM_DOUBLE_PRECISION", "False")],
[("CMAKE_BUILD_TYPE", "Debug"),
("EKAT_DEFAULT_BFB", "True"),
("SCREAM_DOUBLE_PRECISION", "False")
("EAMXX_ENABLE_PYBIND", "True"],
)

###############################################################################
Expand Down

0 comments on commit 3d14934

Please sign in to comment.