RMA Process
RMA actions utilize the following fundamental paradigm:
- Globally initialize a window for communication
- Start an RMA epoch (synchronization)
- Perform communication calls as desired
- Stop an RMA epoch (synchronization)
- Free window and any other resources
The next three topics describe the initialization process, the communication calls, and the three supported synchronization methods.