5 lines
229 B
Bash
5 lines
229 B
Bash
|
salloc -N 2 --exclusive \
|
||
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
||
|
numactl --physcpubind 0-39 \
|
||
|
./main -n 10 -p 0 -d 1 -s 1 32 32 128 128 32 16 16
|