chundoong-lab-ta/SHPC2023/double-buffering/run.sh

5 lines
316 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 /usr/local/cuda/bin/nsys profile --gpu-metrics-device all --cudabacktrace=all ./main $@
srun --nodes=1 --exclusive --partition=shpc --gres=gpu:4 numactl --physcpubind 0-31 /usr/local/cuda/bin/ncu --set full ./main $@