SHMEM
Provides efficient, one-sided, remote data transfer operations for the T3D & T3E
Efficient because there is hardware to do it
- But only on SGI/Cray machines
“One-sided” is the key
- Avoid the usual message-passing complexity of matching up the send and recv calls
- But you still have to know who owns the data