Hi, I'm wondering if it's possible to gracefully terminate a solver that is using MPI. If srun starts the MPI for me, can it tell the solver to terminate and then wait n seconds before it tells MPI to terminate? Or is the only way of handling this using scancel -b and trapping the signal?