#!/bin/bash : ${NODES:=2} # salloc -N $NODES --exclusive \ # mpirun --bind-to none -mca btl ^openib -npernode 1 \ # numactl --physcpubind 0-39 \ # ./main -n 5 -p 2 -d 1 -s 1 3 3 256 256 3 128 128 $@ # ./main -v -n 5 -p 2 -d 1 -s 1 64 64 8 8 64 8 8 $@ # ./main -n 1 -p 2 -d 1 -s 1 64 64 8 8 64 8 8 $@ # ./main -v $@ # ./main -v -n 5 -p 2 -d 2 -s 3 8 16 256 256 3 8 8 $@ # salloc -N 1 --exclusive \ # mpirun --bind-to none -mca btl ^openib -npernode 1 \ # numactl --physcpubind 0-39 \ # ./main -v -p 1 -d 0 -s 1 3 3 256 256 3 128 128 # salloc -N 2 --exclusive \ # mpirun --bind-to none -mca btl ^openib -npernode 1 \ # numactl --physcpubind 0-39 \ # ./main -v -p 0 -d 1 -s 1 4 2 127 67 4 16 16 # salloc -N 1 --exclusive \ # mpirun --bind-to none -mca btl ^openib -npernode 1 \ # numactl --physcpubind 0-39 \ # ./main -v -p 2 -d 3 -s 1 3 7 63 121 7 19 28 salloc -N 2 --exclusive \ mpirun --bind-to none -mca btl ^openib -npernode 1 \ numactl --physcpubind 0-39 \ ./main -v -n 5 -p 0 -d 1 -s 1 32 32 128 128 32 16 16 # ./main -p 0 -d 1 -s 1 32 8 1024 1024 8 16 16 # ./main -v -n 5 -p 0 -d 1 -s 1 32 64 64 64 32 16 16