chundoong-lab-ta/SamsungDS22/submissions/final/changju1.lee/A/run.sh

9 lines
206 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 $@