Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions example/queue/submit_forerunnerI_gnu.job
Original file line number Diff line number Diff line change
Expand Up @@ -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
module list 1>>$LOG_FILE 2>&1

# See: https://docs.open-mpi.org/en/v5.0.x/man-openmpi/man1/mpirun.1.html#the-map-by-option
# There are 8 NUMA nodes on each node, 4 per socket
mpirun -map-by ppr:2:numa:pe=7 --report-bindings ./gamer 1>>$LOG_FILE 2>&1
mpirun -map-by ppr:16:node:pe=7 --report-bindings ./gamer 1>>$LOG_FILE 2>&1
echo "=============================================================" >> $LOG_FILE
3 changes: 1 addition & 2 deletions example/queue/submit_forerunnerI_intel.job
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ module load intel/2024_01_46 oneapi_2024/fftw/3.3.10 oneapi_2024/gsl/2.8.0 oneap
module list 1>>$LOG_FILE 2>&1

# See: https://docs.open-mpi.org/en/v5.0.x/man-openmpi/man1/mpirun.1.html#the-map-by-option
# There are 8 NUMA nodes on each node, 4 per socket
mpirun -map-by ppr:2:numa:pe=7 --report-bindings ./gamer 1>>$LOG_FILE 2>&1
mpirun -map-by ppr:16:node:pe=7 --report-bindings ./gamer 1>>$LOG_FILE 2>&1
echo "=============================================================" >> $LOG_FILE
Loading