mpiControlMemoryGet64

Declaration

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

 

Required Header: mpithread.h

Change History: Added in 04.00.

Description

mpiControlMemoryGet64 copies one 64-bit region of controller memory (starting at address src) to application 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 host memory where 64-bit of memory will be written.
src The starting address of the controller memory where 64-bit of memory will be read.
Return Values
MPIPlatformMessageCOPY64_FAILURE
MPIMessageOK

See Also

mpiControlMemoryGet | mpiControlMemorySet | mpiControlMemorySet64