<div dir="ltr">Hi,<div><br></div><div>I started a thread on <a href="mailto:discuss@mpich.org">discuss@mpich.org</a> regarding some hanging canceled jobs that we were seeing:</div><div><br></div><div><a href="https://lists.mpich.org/pipermail/discuss/2020-April/005910.html">https://lists.mpich.org/pipermail/discuss/2020-April/005910.html</a><br clear="all"><div><br></div><div>It turns out that there are some fairly strict rules about what types of functions (asynchronous-safe only) can be called from signal handlers, and MPI_Abort(), at least the mpich implementation of it, apparently does not fall into that category. I wonder if you have any comments on this. One possibility might be might be to just call "_exit" from PetscSignalHandlerDefault rather than PETSCABORT, not sure what other issues that would cause, however.</div><div><br></div>Thanks, <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">John</div></div></div>