4 lines
123 B
Bash
4 lines
123 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
srun --nodes=1 --exclusive --partition=shpc22 numactl --physcpubind 0-31 ./main -v -t 32 -n 10 4096 4096 4096
|