How to start attachable interactive Slurm in background?
Feb 1, 11:03pm
To start an attachable interactive Slurm job in the background, you typically use the srun or salloc command with the --pty and --detach options, or you can use screen or tmux to manage your session. Here’s how you can do it:
1. Using srun with --pty and --detach
This method allows you to start an interactive job and detach from it, so you can reattach later.