Files
WP-hpc-tools/turing/slurm/interact
Wirawan Purwanto 95034685ff * interact: Tool to allocate an interactive session on a regular
compute node under SLURM.
2018-06-01 12:50:56 -04:00

7 lines
122 B
Bash
Executable File

#!/bin/bash
#
# Get a login shell on a compute node
# (SLURM partition)
srun --pty --preserve-env -p main "$@" /bin/bash