* interact: Tool to allocate an interactive session on a regular
compute node under SLURM.
This commit is contained in:
6
turing/slurm/interact
Executable file
6
turing/slurm/interact
Executable 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
|
||||
Reference in New Issue
Block a user