slide 20 of 40
AFAPI Replicated Shared Memory (RSM)
Every PE has a copy of each object
Object access is atomic and coherent
C++ templates can manage shared types
s_update(a, n)
s_initLock(l)
s_acquire(l)
s_release(l)