Skip to content

Commit b2189a1

Browse files
authored
Merge pull request #503 from hsinhaoHHuang/UpdateF1JobScript
Update Forerunner I job script
2 parents d8c0608 + d74556e commit b2189a1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

example/queue/submit_forerunnerI_gnu.job

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
2727
module 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
3231
echo "=============================================================" >> $LOG_FILE

example/queue/submit_forerunnerI_intel.job

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
2727
module 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
3231
echo "=============================================================" >> $LOG_FILE

0 commit comments

Comments
 (0)