mpiCommandCreate

Declaration
 MPICommand mpiCommandCreate(MPICommandType   type,
                             MPICommandParams *params,
                             const char       *label) 
Required Header stdmpi.h
Description

CommandCreate creates a Command object. The command type is specified by type. The type-specific parameters are specified by params. If label is not Null (i.e., something meaningful), then branch commands can call this Command (by using the label). CommandCreate is the equivalent of a C++ constructor.

Return Values
handle to a Command object
MPIHandleVOID if the object could not be created
See Also mpiCommandDelete | mpiCommandValidate