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 9a205f8 commit 908ecc2Copy full SHA for 908ecc2
components/eamxx/cmake/machine-files/ghci-snl-cuda.cmake
@@ -15,3 +15,7 @@ option(SCREAM_MPI_ON_DEVICE "Whether to use device pointers for MPI calls" OFF)
15
16
# Currently, we have 2 GPUs/node on Blake, and we run a SINGLE build per node, so we can fit 2 ranks there
17
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