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

4 lines
96 B
Bash
Raw Normal View History

2022-10-04 13:56:31 +09:00
#!/bin/bash
2022-10-05 13:17:54 +09:00
srun --nodes=1 --exclusive --partition=shpc22 numactl --physcpubind 0-63 ./main $@