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

Allow version tags to take AccessHandles directly #55

Closed dhollman closed 6 years ago

dhollman commented 6 years ago

At first, at least, the handle would be required to have read immediate permissions, making this a very small change.

giulioborghesi commented 6 years ago

@dhollman I wrote a functor to be used in place of the lambda converter. The source file is in darma/impl/make_key_functor.h. I still need to check whether the call to get_value() is valid, and wanted to discuss with you the best way to do this.