File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,5 @@ module load gnu_13.2.0/gcc/13.2.0 gnu_13.2.0/fftw/3.3.10 gnu_13.2.0/gsl/2.8.0 gn
2727module list 1>> $LOG_FILE 2>&1
2828
2929# See: https://docs.open-mpi.org/en/v5.0.x/man-openmpi/man1/mpirun.1.html#the-map-by-option
30- # There are 8 NUMA nodes on each node, 4 per socket
31- mpirun -map-by ppr:2:numa:pe=7 --report-bindings ./gamer 1>> $LOG_FILE 2>&1
30+ mpirun -map-by ppr:16:node:pe=7 --report-bindings ./gamer 1>> $LOG_FILE 2>&1
3231echo " =============================================================" >> $LOG_FILE
Original file line number Diff line number Diff line change @@ -27,6 +27,5 @@ module load intel/2024_01_46 oneapi_2024/fftw/3.3.10 oneapi_2024/gsl/2.8.0 oneap
2727module list 1>> $LOG_FILE 2>&1
2828
2929# See: https://docs.open-mpi.org/en/v5.0.x/man-openmpi/man1/mpirun.1.html#the-map-by-option
30- # There are 8 NUMA nodes on each node, 4 per socket
31- mpirun -map-by ppr:2:numa:pe=7 --report-bindings ./gamer 1>> $LOG_FILE 2>&1
30+ mpirun -map-by ppr:16:node:pe=7 --report-bindings ./gamer 1>> $LOG_FILE 2>&1
3231echo " =============================================================" >> $LOG_FILE
You can’t perform that action at this time.
0 commit comments