MPI 04.00 Reference>>mpiNotify

MPINotifyTrace

Definition

typedef enum {
	MPINotifyTraceFIRST = MPITraceLAST << 1,
	MPINotifyTraceTHREAD = MPINotifyTraceFIRST << 0,
	MPINotifyTraceLAST	= MPINotifyTraceFIRST << 1
} MPINotifyTrace;

Description

MPINotifyTrace holds information about a particular event that was generated by the XMP.

MPINotifyTraceTHREAD will display trace information when notify objects are set to wait, are finished waiting, and when they are signaled to wake.