Skip to content

Commit 7fee2a5

Browse files
committed
EAMxx: enable python tests on ghci-snl-cuda CI machine
1 parent 89c6a65 commit 7fee2a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/eamxx/cmake/machine-files/ghci-snl-cuda.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ option(SCREAM_MPI_ON_DEVICE "Whether to use device pointers for MPI calls" OFF)
1515

1616
# Currently, we have 2 GPUs/node on Blake, and we run a SINGLE build per node, so we can fit 2 ranks there
1717
set(SCREAM_TEST_MAX_RANKS 2 CACHE STRING "Upper limit on ranks for mpi tests")
18+
19+
# Enable python tests
20+
option (EAMXX_ENABLE_PYTHON "Whether to enable python interface from eamxx" ON)
21+
set (Python_EXECUTABLE "/usr/bin/python3" CACHE STRING "")

0 commit comments

Comments
 (0)