chundoong-lab-ta/SamsungDS22/submissions/final/taekyung.yeo/tmp-B/run.sh

9 lines
205 B
Bash
Executable File

#!/bin/bash
: ${NODES:=2}
salloc -N $NODES --exclusive \
mpirun --bind-to none -mca btl ^openib -npernode 1 \
numactl --physcpubind 0-39 \
./main $@