petsc-3.4.5 2014-06-29

PetscPopSignalHandler

Removes the most last signal handler that was pushed. If no signal handlers are left on the stack it will remove the PETSc signal handler. (That is PETSc will no longer catch signals).

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscPopSignalHandler(void)
Not Collective

See Also

PetscPushSignalHandler()

Level:developer
Location:
src/sys/error/signal.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex30.c.html