Re: [slurm-users] Timeout and Epilogue

2019-12-09 Thread Alex Chekholko
ion J > > > > *From:* slurm-users [mailto:slurm-users-boun...@lists.schedmd.com > ] *On Behalf Of *Alex Chekholko > *Sent:* Monday, December 9, 2019 12:53 PM > *To:* Slurm User Community List > > *Subject:* Re: [slurm-users] Timeout and Epilogue > > > > H

Re: [slurm-users] Timeout and Epilogue

2019-12-09 Thread Brian Andrus
:*slurm-users [mailto:slurm-users-boun...@lists.schedmd.com] *On Behalf Of *Alex Chekholko *Sent:* Monday, December 9, 2019 12:53 PM *To:* Slurm User Community List *Subject:* Re: [slurm-users] Timeout and Epilogue Hi, I had asked a similar question recently (maybe a year ago) and also got

Re: [slurm-users] Timeout and Epilogue

2019-12-09 Thread Riebs, Andy
Sent: Monday, December 9, 2019 12:53 PM To: Slurm User Community List Subject: Re: [slurm-users] Timeout and Epilogue Hi, I had asked a similar question recently (maybe a year ago) and also got crickets. I think in our case we were not able to ensure that the epilog always ran for different

Re: [slurm-users] Timeout and Epilogue

2019-12-09 Thread Alex Chekholko
Hi, I had asked a similar question recently (maybe a year ago) and also got crickets. I think in our case we were not able to ensure that the epilog always ran for different types of job failures, so we just had the users add some more cleanup code to the end of their jobs _and_ also run separate

[slurm-users] Timeout and Epilogue

2019-12-04 Thread Brian Andrus
Quick question: Is the epilogue script run if a job exceeds its time limits and is being canceled? What about just cancelled? I need to be able to clean up some job-specific files regardless of how the job ends and I'm not sure epilogue is sufficient. Brian Andrus