#!/bin/bash : ${NODES:=2} salloc -N $NODES --exclusive \ mpirun --bind-to none -mca btl ^openib -npernode 1 \ numactl --physcpubind 0-79 \ ./main -v -n 10 -p 0 -d 1 -s 1 64 64 64 64 32 16 16 $@