Re: [slurm-users] cleanup script after timeout

2019-12-12 Thread Reuti
Hi, Am 12.12.2019 um 03:06 schrieb Brian Andrus: > You prompted me to dig even deeper into my epilog. I was trying to access a > semaphore file in the user's home directory. > > It seems that when the epilogue is run the ~ is not expanded in anyway. So I > can't even use ~${SLURM_JOB_USER} to

Re: [slurm-users] cleanup script after timeout

2019-12-11 Thread Brian Andrus
You prompted me to dig even deeper into my epilog. I was trying to access a semaphore file in the user's home directory. It seems that when the epilogue is run the ~ is not expanded in anyway. So I can't even use ~${SLURM_JOB_USER} to access their semaphore file. Potentially problematic for a

Re: [slurm-users] cleanup script after timeout

2019-12-11 Thread Juergen Salk
Hi Brian, can you maybe elaborate on how exactly you verified that your epilog does not run when a job exceeds it's walltime limit? Does it run when the jobs end normally or when a running job is cancelled by the user? I am asking because in our environment the epilog also runs when a job hits