chundoong-lab-ta/SHPC2022/hw6/matmul/run.sh

9 lines
229 B
Bash
Raw Normal View History

2022-11-24 00:22:27 +09:00
#!/bin/bash
: ${NODES:=4}
salloc -N $NODES --partition shpc22 --exclusive --gres=gpu:4 \
mpirun --bind-to none -mca btl ^openib -npernode 1 \
numactl --physcpubind 0-63 \
./main $@