mpiAxisMemorySet

Declaration
long mpiAxisMemorySet(MPIAxis axis,
                      void    *dst,
                      void    *src,
                      long    count) 
Required Header stdmpi.h
Description

AxisMemorySet copies count bytes of application memory (starting at address src) to Axis (axis) memory (starting at address dst).

  axis a handle to the Axis object
  *dst pointer to the destination location to where the memory will be written
  *src pointer to the source location of memory being read
  *count size of memory to be written
     
Return Values
MPIMessageOK if AxisMemorySet successfully copies count bytes of application memory to Axis memory
See Also mpiAxisMemory | mpiAxisMemoryGet