Quick Access
Overview
Global Arrays in MPI RMA
Header for global arrays
ga_create
ga_free
ga_put
ga_get
ga_acc
ga_read_inc (needs MPE_Mutex_lock)
Create GA mutexes
Next Value (nxtval) in MPI RMA
Simple, non-scalable version of RMA Next value
A Scalable version of Next Value
Code to create the counter
Code to free counter resources
Code to delete a counter
A Mutex
Managing a Distributed Data Structure
Shared Memory version
Definition of shared-memory distributed list
FindElm with shared-memory
InsertElm with shared-memory
Utility routines for shared-memory distributed list
MPI RMA verison
Definition of RMA distributed list
FindElm with RMA
FineElm when InsertElm allowed for RMA
InsertElm for RMA
MPI Standard 1.1
MPI Home Page
MPI Forum