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

compute node under SLURM.
This commit is contained in:
Wirawan Purwanto
2018-06-01 12:45:42 -04:00
parent 82ea3bc689
commit dbce662c5a

5
turing/slurm/interact-gpu Executable file
View File

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