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