Hi Chapel team and users,

Can an atomic block in chapel cross places?

In other words, in the following allowed in Chapel:
atomic {
      on Locale(1) { .... }
      on Locale(2) { .... }
}

I read the PPoPP'08 paper that describes a distributed software transactional 
memory solution for Chapel  (http://dl.acm.org/citation.cfm?id=1345242). Was 
this solution included in any Chapel release?

Thank you,
Sara


Sara S. Hamouda
PhD Candidate
Australian National University
------------------------------------------------------------------------------
_______________________________________________
Chapel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-users

Reply via email to