UniMCI User Documentation |
![]() |
---|
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 |
Describes a message returned by an MPI checker.
Free it with UNIMCI_msg_free.
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.
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,
If 'isGlobal', number of ranks that are involved in the global message.
If 'isGlobal', ranks of the involved ranks.
char* UNIMCI_MSG::strCallInfo |
String describing the MPI call.
char * UNIMCI_MSG::strHTMLReference |
String that contains the address of a HTML site with MPI standard information.
char * UNIMCI_MSG::strText |
String that contains the message text.