MPITraceFunction

Definition

typedef long (*MPITraceFunction) (const char *buffer);

Description

Definition for a trace function interface. MPITraceFunction can be used to define a custom trace output routine. MPITraceFunction function must take a pointer to a buffer as a parameter and must return a long.

See Also

mpiTraceFunction