mpiTraceMsg
Declaration
const char *mpiTraceMsg(int32_t    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. | 
