6 lines
115 B
Bash
6 lines
115 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
salloc -N 1 --partition ??? --exclusive --gres=gpu:1 \
|
||
|
numactl --physcpubind 0-63 \
|
||
|
./main $@
|