Transfers strided data from a specified processing element (PE).
#include <shmem.h> void shmem_iget128(void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
This routine provides a high-performance method for copying a strided array from the specified remote PE to a local strided arrary
This routine returns when the data has been copied into the local target array.
The function shmem_iget128() reads strided array where each element is any non-character type that has a storage size equal to 128 bits from the remote PE.
Please refer to Atomicity and Coherency section for atomicity and coherence model in the OpenSHMEM documentation
Subroutines: shmem_double_g, shmem_get