chundoong-lab-ta/SHPC2022/hw4_answer/riemannsum/run.sh

9 lines
205 B
Bash
Raw Normal View History

2022-11-07 14:36:30 +09:00
#!/bin/bash
: ${NODES:=4}
salloc -N $NODES --partition shpc22 --exclusive \
mpirun --bind-to none -mca btl ^openib -npernode 1 \
2022-11-07 15:53:06 +09:00
numactl --physcpubind 0-63 \
2022-11-07 14:36:30 +09:00
./main $@