chundoong-lab-ta/SamsungDS23/HW4-ans/run.sh

9 lines
205 B
Bash
Raw Normal View History

2023-08-02 02:28:13 +09:00
#!/bin/bash
: ${NODES:=2}
salloc -N $NODES --exclusive \
mpirun --bind-to none -mca btl ^openib -npernode 1 \
numactl --physcpubind 0-31 \
./main $@