mpiTraceSet

Declaration

MPITraceMask mpiTraceSet(MPITraceMask  mask)

 

Required Header: trace.h

Description

mpiTraceSet sets the global trace mask to mask.

If "traceMask" is Then
MPITraceALL all global categories of trace will be enabled
MPITraceNONE all categories of trace will be disabled
Returns
The value of the previous global trace mask

See Also

mpiTraceGet | MPITrace