File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Load epyc arch and openmp backend for kokkos
2
+ include (${CMAKE_CURRENT_LIST_DIR} /kokkos/amd-zen2.cmake)
3
+ include (${CMAKE_CURRENT_LIST_DIR} /kokkos/openmp.cmake)
4
+
5
+ include (${CMAKE_CURRENT_LIST_DIR} /mpi/srun.cmake)
Original file line number Diff line number Diff line change
1
+ # Load epyc arch and openmp backend for kokkos
2
+ include (${CMAKE_CURRENT_LIST_DIR} /kokkos/intel-skx.cmake)
3
+ include (${CMAKE_CURRENT_LIST_DIR} /kokkos/openmp.cmake)
4
+
5
+ set (EKAT_MPI_NP_FLAG "-p short --mpi=pmi2 -n" CACHE STRING "" FORCE)
Original file line number Diff line number Diff line change 1
1
# Load Broadwell flags and openmp backend for kokkos
2
2
include (${CMAKE_CURRENT_LIST_DIR} /kokkos/amd-zen3.cmake)
3
+ include (${CMAKE_CURRENT_LIST_DIR} /kokkos/openmp.cmake)
3
4
include (${CMAKE_CURRENT_LIST_DIR} /mpi/srun.cmake)
Original file line number Diff line number Diff line change
1
+ include (${CMAKE_CURRENT_LIST_DIR} /kokkos/nvidia-a100.cmake)
2
+ include (${CMAKE_CURRENT_LIST_DIR} /kokkos/cuda.cmake)
3
+ include (${CMAKE_CURRENT_LIST_DIR} /mpi/srun.cmake)
You can’t perform that action at this time.
0 commit comments