chundoong-lab-ta/SamsungDS23/final/run.sh

9 lines
205 B
Bash
Executable File

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