Communication Model
One-sided operations
- receiver is passive
- include remote reads/writes
put get
Two-sided operations
- data explicitly sent and explicitly received
send receive
combines both approaches
- “matching put” and “matching get” operation
- message not sent to a specific address
-
PtlPut PtlGet