6 lines
143 B
Bash
6 lines
143 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
salloc -N 1 --exclusive mpirun --bind-to none -mca btl ^openib -npernode 1 numactl --physcpubind 0-39 ./main -v 8 8 1024 1024 8
|
||
|
|
||
|
|