MPIMessageFunction

Definition

typedef const char *(*MPIMessageFunction)(int32_t);

Description

MPIMessageFunction is the type definition for the callback function used by mpiMessage(...). A default callback function is provided internally to all MPI modules, but an application can also be written to override it and provide a custom message function instead.

See Also

mpiMessage | mpiMessageFunction