chundoong-lab-ta/SamsungDS22/submissions/final/dk2003.lim/tmp-B/run_validate.sh

22 lines
680 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 -v -p 0 -d 1 -s 1 32 32 128 128 32 16 16
salloc -N $NODES --exclusive \
mpirun --bind-to none -mca btl ^openib -npernode 1 \
numactl --physcpubind 0-39 \
./main -v -p 0 -d 1 -s 1 32 64 256 256 64 16 16
salloc -N $NODES --exclusive \
mpirun --bind-to none -mca btl ^openib -npernode 1 \
numactl --physcpubind 0-39 \
./main -v -p 0 -d 1 -s 1 32 32 1024 1024 32 16 16