chundoong-lab-ta/SamsungDS22/submissions/HW4/jaehyun5.kim/run.sh

9 lines
205 B
Bash
Raw Normal View History

2022-09-29 18:01:45 +09:00
#!/bin/bash
: ${NODES:=4}
salloc -N $NODES --exclusive \
mpirun --bind-to none -mca btl ^openib -npernode 1 \
numactl --physcpubind 0-39 \
./main $@