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 fa0c4de commit c99882aCopy full SHA for c99882a
components/eamxx/cmake/machine-files/ghci-snl.cmake
@@ -13,3 +13,7 @@ option (Kokkos_ENABLE_DEPRECATED_CODE_4 "" OFF)
13
14
# We need to manage resources to spread across available cores/gpus
15
option (EKAT_TEST_LAUNCHER_MANAGE_RESOURCES "" ON)
16
+
17
+# Needed by EkatCreateUnitTest
18
+set (EKAT_MPIRUN_EXE "mpirun" CACHE STRING "")
19
+set (EKAT_MPI_NP_FLAG "-n" CACHE STRING "")
0 commit comments