Skip to content

Commit c99882a

Browse files
committed
EAMxx: fix ghci-snl mach file
1 parent fa0c4de commit c99882a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ option (Kokkos_ENABLE_DEPRECATED_CODE_4 "" OFF)
1313

1414
# We need to manage resources to spread across available cores/gpus
1515
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

Comments
 (0)