DARMA-tasking-internal / darma-frontend

Header library providing the frontend programming model for the DARMA asynchronous many-task model
Other
7 stars 0 forks source link

Fix race condition involving the aliasing flag with inner captures of access handle collections #36

Open dhollman opened 7 years ago

dhollman commented 7 years ago

Really, I just need to fix the paradigm. Things shouldn't be sharing ownership of an AccessHandleCollection or its Uses.

dhollman commented 6 years ago

Need to verify that this is still a problem, but I think it is.