MPI 04.00 Reference >> mpiObject

mpiObjectInitialize

Declaration

MPI_RESULT mpiObjectInitialize(MPIControl control,
		             MPI_RESULT message);

 

Required Header: object.h

Change History: Added in 04.00.

Description

mpiObjectInitialize initializes an object’s message and trace.  This method is a convenient way to automatically initialize the object without having to create the object.  This method is used by the message and trace utility programs.

control a handle to a control object.
message return value from an MPI method. Defined by each object's "Message" enumeration.

See Also

Error Messages / Return Values