6 lines
165 B
Bash
6 lines
165 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
salloc -N 2 --exclusive mpirun --bind-to none -mca btl ^openib -npernode 1 numactl --physcpubind 0-39 ./main -n 5 -p 0 -d 1 -s 1 64 64 64 64 32 16 16
|
||
|
|
||
|
|