chundoong-lab-ta/SamsungDS22/submissions/final/ys798.choi/tmp-B/run.sh

10 lines
220 B
Bash

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