UniMCI User Documentation

ZIH Logo

UNIMCI_MSG Struct Reference

Describes a message returned by an MPI checker. More...

#include <unimci-message.h>

Data Fields

UNIMCI_MSG_TYPE msgType
char * strCallInfo
char * strText
char * strHTMLReference
int isGlobal
int numParticipatingRanks
int * participatingRanks
unsigned long long eventDescriptor

Detailed Description

Describes a message returned by an MPI checker.

Free it with UNIMCI_msg_free.

See also:
UNIMCI_msg_free
Todo:

Missing: global messages lack the eventDescriptors of the other associated messages.

Not captured is multi-threading, i.e., which thread of a process, and messages involving multiple threads of a single process.


Field Documentation

unsigned long long UNIMCI_MSG::eventDescriptor

The id that was given to the UniMCI check call that triggered this message.

< True if this is a global message (involves more than just one rank).

The Type of the message,

See also:
UNIMCI_MSG_TYPE.

If 'isGlobal', number of ranks that are involved in the global message.

If 'isGlobal', ranks of the involved ranks.

String describing the MPI call.

String that contains the address of a HTML site with MPI standard information.

String that contains the message text.


The documentation for this struct was generated from the following file:

Generated on Tue May 18 10:09:18 2010 for UniMCI by  doxygen 1.6.1