* interact-gpu: Tool to allocate an interactive session on a GPU

compute node under SLURM.
master
Wirawan Purwanto 6 years ago
parent 82ea3bc689
commit dbce662c5a
  1. 5
      turing/slurm/interact-gpu

@ -0,0 +1,5 @@
#!/bin/bash
# Single node, GPU
salloc --nodes=1 --partition gpu -J interact-gpu "$@"
Loading…
Cancel
Save