5 lines
103 B
Bash
5 lines
103 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
srun --nodes=1 --exclusive numactl --physcpubind 0-39 ./main -t 20 -n 10 4096 4096 4096
|