4 lines
97 B
Bash
4 lines
97 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
srun --nodes=1 --partition samsung --exclusive numactl --physcpubind 0-31 ./main $@
|