4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
srun --nodes=1 --exclusive numactl --physcpubind 0-39 ./main $@
|