MPITraceMsgFunction
Definition
typedef int32_t(*MPITraceMsgFunction)(const char *buffer);
Description
MPITraceMsgFunction is the type definition for the callback function used by mpiTrace(...). 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
mpiTraceMsgFunction | MPITrace