Skip to content

Commit

Permalink
Temporarily decrease node count to 1 on weaver to reboot performance
Browse files Browse the repository at this point in the history
testing on weaver #5
  • Loading branch information
jewatkins committed Dec 10, 2022
1 parent c686527 commit b95e78e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ IF(ALIPT_BUILD_BLAKE)
SET(ALBANY_NUM_PROCS 384)
SET(ALBANY_MPI_CONFIG "mpirun" "-n" ${ALBANY_NUM_PROCS} "--map-by" "core")
ELSEIF(ALIPT_BUILD_WEAVER)
SET(ALBANY_NUM_PROCS 8)
#SET(ALBANY_NUM_PROCS 8) # TempFix: cannot launch multiple nodes on weaver
SET(ALBANY_NUM_PROCS 4)
SET(ALBANY_MPI_CONFIG "mpirun" "-n" ${ALBANY_NUM_PROCS} "--map-by" "ppr:2:socket")
SET(ALBANY_EXTRA_ARGS "--kokkos-num-devices=4")
ELSEIF(ALIPT_BUILD_ICME_CPU)
Expand Down

0 comments on commit b95e78e

Please sign in to comment.