* interact-gpu: Tool to allocate an interactive session on a GPU
compute node under SLURM.
This commit is contained in:
5
turing/slurm/interact-gpu
Executable file
5
turing/slurm/interact-gpu
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Single node, GPU
|
||||
salloc --nodes=1 --partition gpu -J interact-gpu "$@"
|
||||
|
||||
Reference in New Issue
Block a user