mpiCommandParams

Declaration

int32_t mpiCommandParams (MPICommand       command,
                       MPICommandParams *params)

Required Header: stdmpi.h

Description

mpiCommandParams gets the parameters from a Command and puts it in the location pointed to by params.

command a handle to the Command object
*params a pointer to a MPICommandParams structure returned by the method
Return Values
MPIMessageOK

See Also

mpiCommandCreate | MPICommandParams