OpenMPI  0.1.1
debuggers.h File Reference

MPI portion of debugger support. More...

#include "ompi_config.h"

Go to the source code of this file.

Functions

BEGIN_C_DECLS void ompi_wait_for_debugger (void)
 Wait for a debugger if asked.
 
void ompi_debugger_notify_abort (char *string)
 Notify a debugger that we're about to abort.
 
OMPI_DECLSPEC void * MPIR_Breakpoint (void)
 Breakpoint function for parallel debuggers. More...
 

Detailed Description

MPI portion of debugger support.

Function Documentation

OMPI_DECLSPEC void* MPIR_Breakpoint ( void  )

Breakpoint function for parallel debuggers.

This function is also defined in orterun for the starter. It should never conflict with this one

Referenced by ompi_debugger_notify_abort().