* interact: Tool to allocate an interactive session on a regular

compute node under SLURM.
This commit is contained in:
Wirawan Purwanto
2018-06-01 12:50:56 -04:00
parent dbce662c5a
commit 95034685ff

6
turing/slurm/interact Executable file
View File

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