chundoong-lab-ta/SHPC2022/hw4_answer/matmul/run_performance.sh

7 lines
213 B
Bash
Raw Normal View History

2022-11-07 15:53:06 +09:00
#!/bin/bash
salloc -N 4 --partition shpc22 --exclusive \
mpirun --bind-to none -mca btl ^openib -npernode 1 \
numactl --physcpubind 0-31 \
2022-11-07 16:19:02 +09:00
./main -v -t 32 -n 10 8192 8192 4096