MPITraceFunction

Definition

typedef int32_t (*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 int32_t.

See Also

mpiTraceFunction