Transfers one data item from a remote Processing Element (PE).
#include <shmem.h> short shmem_short_g(short *addr, int pe);
This routine provides a very low latency remote read write capability for single elements of most basic types
The function shmem_short_g() transfers an integer data item from a remote PE.
Please refer to Atomicity and Coherency section for atomicity and coherence model in the OpenSHMEM documentation
Subroutines: shmem_get, shmem_iget