mpiCommandType

Declaration

int32_t mpiCommandType(MPICommand      command,
                    MPICommandType  *type)

Required Header: stdmpi.h

Description

mpiCommandType gets the type from a Command and puts it in the location pointed to by type.

command a handle to the Command object
*type a pointer to a MPICommandType returned by the method
Return Values
MPIMessageOK

See Also

mpiCommandCreate | MPICommandType