on
behalf of
> Willy Markuske
> *Reply-To: *Slurm User Community List
> *Date: *Thursday, June 9, 2022 at 8:21 PM
> *To: *"slurm-users@lists.schedmd.com"
> *Subject: *[slurm-users] Persistent Interactive Jobs
>
> Hello All,
ation.
> >
> > John
> >
> > *From: *slurm-users on behalf
> of
> > Willy Markuske
> > *Reply-To: *Slurm User Community List
> > *Date: *Thursday, June 9, 2022 at 8:21 PM
> > *To: *"slurm-users@lists.schedmd.com"
> > *Subject:
nnect
and reconnect to the desktop for the duration of the allocation.
John
*From: *slurm-users on behalf of
Willy Markuske
*Reply-To: *Slurm User Community List
*Date: *Thursday, June 9, 2022 at 8:21 PM
*To: *"slurm-users@lists.schedmd.com"
*Subject: *[slurm-users] Persistent Int
users@lists.schedmd.com"
Subject: [slurm-users] Persistent Interactive Jobs
Hello All, I have a request from users for the ability to have persistent
interactive jobs. Currently some users are using srun to allocate and
interactive job and run their scripts but sshd will close connections after 2
A couple suggestions:
1) You could use a gui (run X and vncserver so they can connect and have
a desktop)
2) You could run something like Jupyter an have them connect to that.
Either method would allow them to connect via ssh as long as the 'job'
is running. I use both for different users/g
Hello All,
I have a request from users for the ability to have persistent
interactive jobs. Currently some users are using srun to allocate and
interactive job and run their scripts but sshd will close connections
after 2 hours to prevent hanging ssh connections. They want to spawn an
R or py