mpiAxisStatus

Declaration
long mpiAxisStatus(MPIAxis    axis,
                   MPIStatus  *status,
                   void       *external)
Required Header stdmpi.h
Description

AxisStatus gets the status of an Axis (axis) and writes it into the structure pointed to by status.

  axis a handle to the Axis object
  *status pointer to MPIStatus structure.
  *external pointer to an external.
     
XMP Only

external should always be set to NULL.

Return Values
MPIMessageOK if AxisStatus successfully gets the Axis status and writes it into the structure(s)
See Also