MPIControlMemorySet64

Declaration

    MPI_DECL1 MPI_RESULT MPI_DECL2
    mpiControlMemorySet64(MPIControl  control,
                          void        *dst,
                          const void  *src);

 

Required Header: mpithread.h

Change History: Added in 04.00.

Description

mpiControlMemorySet64 copies one 64-bit region of application memory (starting at address src) to controller memory (starting at address dst), taking into account different endian issues between the controller and host computer.

control The handle to the MPIControl object.
dst The starting address of the controller memory where 64-bit of memory will be written.
src The starting address of the host memory where 64-bit of memory will be read.
Return Values
MPIMessageOK

See Also

mpiControlMemoryGet | mpiControlMemorySet | mpiControlMemoryGet64