On Mar 12, 2010, at 8:45 AM, Samuel Thibault wrote:

> > The discussion we've had sounds like it's somewhat equivalent to 
> > MPI_THREAD_SERIALIZED -- you can do whatever you want as long as you ensure 
> > a) there's only writer 1 thread to a given object at a time, and b) the app 
> > is responsible for all synchronization and memory consistency.
> 
> Yes, except that the structure can also be read concurrently, provided
> that you properly synchronize passing the structure to other threads.

Ok.  All this should be listed in a threading section in the docs.

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to