#!/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 \ 3 3 256 256 3 16 16