GLiCID
1. Interactive Job - Using Slurm srun commands
An interactive job provides a command line prompt instead of running a script, useful for debugging or interacting with an application.
2. Example srun
The command srun with argument --pty bash starts an interactive Bash shell session on a compute node.It allocates resources and provides a terminal for running commands interactively within that session. |
srun --cluster=nautilus -N1 --qos=quick -c10 --time=00:20:00 --constraint="loc_ecn|cpu_genoa|mem_high" --pty bash [john-w@cnode322 ~]$