Files
WP-hpc-tools/turing/slurm/interact-gpu
Wirawan Purwanto dbce662c5a * interact-gpu: Tool to allocate an interactive session on a GPU
compute node under SLURM.
2018-06-01 12:49:31 -04:00

6 lines
87 B
Bash
Executable File

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