mpiTraceMsg

Declaration

const char *mpiTraceMsg(long    messageId,
                        char    *messageText);

 

Required Header: trace.h

Description

mpiTraceMsg converts the message identification value into a string pointed to by messageText.

messageId a message identification value.
*messageText a pointer to a character string containing the text for the messageId.

See Also

mpiTraceMsgFunction