Re: [slurm-users] Users Logout when job die or complete

2021-07-13 Thread Andrea Carotti
Dear all, thanks for the suggestion. Indeed ther was a file /etc/slurm/slurm.epilog.clean used by this line Epilog=/etc/slurm/slurm.epilog.clean in the /etc/slurm.conf In this moment I'm using the cgroup and to solve the logout problem I commented out this line present near the end of the /

Re: [slurm-users] Users Logout when job die or complete

2021-07-12 Thread Andrea Carotti
Dear Chris, thanks for the suggestions. I'm running Centos Stream 8.4. I've done a couple of tests: 1) I've modified as suggested this line as this ProctrackType=proctrack/linuxproc. Restarted the slurmctld and nd the nodes' slurmd(hope it's enough) but didn't changed the behaviour. 2) I've

Re: [slurm-users] Users Logout when job die or complete

2021-07-10 Thread Christopher Samuel
Hi Andrea, On 7/9/21 3:50 am, Andrea Carotti wrote: ProctrackType=proctrack/pgid I suspect this is the cause of your problems, my bet is that it is incorrectly identifying the users login processes as being part of the job and thinking it needs to tidy them up in addition to any processes

Re: [slurm-users] Users Logout when job die or complete

2021-07-09 Thread Sidhu, Khushwant
nttdata.com/uk | Follow us: For more details on our registered companies, click here -Original Message- From: slurm-users On Behalf Of Andrea Carotti Sent: 09 July 2021 11:51 To: slurm-us...@schedmd.com Subject: [slurm-users] Users Logout when job die or complete Dear all, I've install

[slurm-users] Users Logout when job die or complete

2021-07-09 Thread Andrea Carotti
Dear all, I've installed an Open hpc cluster 2.3 , Centos 8.4, running Slurm 20.11.7 (mostly following this guide https://github.com/openhpc/ohpc/releases/download/v2.3.GA/Install_guide-CentOS8-Warewulf-SLURM-2.3-aarch64.pdf). I've a master node and Hybrid nodes that are GPU/CPU execution hos