MPE_Signals_call_debugger

Process-killing signals invoke the MPE error handler

Synopsis

#include <stdio.h>
#include "mpe.h"
void MPE_Signals_call_debugger()

Notes

This invokes the MPE error handler which prints some informationabout the signal and then attempts to start the debugger. Somesystems will not support calling the debugger.

You may need to ignore some signals, depending on the signals thatthe MPICH and underlying communications code is using. You cando this in dbx by adding "ignore signal-name" to your .dbxinit file. For example, to ignore SIGUSR1, use "ignore USR1".

Currently, there is no Fortran interface for this routine.

Location:dbxerr.c