chundoong-lab-ta/SHPC2023/hw4/matmul/run.sh

4 lines
107 B
Bash
Raw Normal View History

2023-06-17 01:55:02 +09:00
#!/bin/bash
srun --nodes=1 --exclusive --partition=shpc --gres=gpu:4 numactl --physcpubind 0-31 ./main $@