-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Pull Request #2895 from E3SM-Project/scream/dqwu/machine-files/…
…anlgce-ub22 Automatically Merged using E3SM Pull Request AutoTester PR Title: Adding support for ANL UB22 workstation PR Author: dqwu PR LABELS: cmake, BFB, Machine File, AT: AUTOMERGE
- Loading branch information
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
include(${CMAKE_CURRENT_LIST_DIR}/common.cmake) | ||
common_setup() | ||
|
||
# Remove this if you are using a resource manager (slurm etc) | ||
set (EKAT_TEST_LAUNCHER_MANAGE_RESOURCES True CACHE BOOL "") | ||
|
||
# EKAT MPI settings | ||
set (EKAT_MPIRUN_EXE "mpiexec" CACHE STRING "mpiexec") | ||
set (EKAT_MPI_NP_FLAG "-n" CACHE STRING "-n") | ||
|
||
include (${EKAT_MACH_FILES_PATH}/kokkos/openmp.cmake) | ||
include (${EKAT_MACH_FILES_PATH}/mpi/other.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
include(${CMAKE_CURRENT_LIST_DIR}/common.cmake) | ||
common_setup() | ||
|
||
include (${EKAT_MACH_FILES_PATH}/kokkos/openmp.cmake) | ||
include (${EKAT_MACH_FILES_PATH}/mpi/other.cmake) | ||
|
||
# Remove this if you are using a resource manager (slurm etc) | ||
set (EKAT_TEST_LAUNCHER_MANAGE_RESOURCES True CACHE BOOL "") | ||
|
||
# EKAT MPI settings | ||
set (EKAT_MPIRUN_EXE "mpiexec" CACHE STRING "mpiexec") | ||
set (EKAT_MPI_NP_FLAG "-n" CACHE STRING "-n") | ||
|
||
include (${EKAT_MACH_FILES_PATH}/kokkos/openmp.cmake) | ||
include (${EKAT_MACH_FILES_PATH}/mpi/other.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters