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

access handle collections in functor tasks #27

Closed jjwilke closed 7 years ago

jjwilke commented 7 years ago

'''' struct Functor{ void operator()(AHC coll); }; '''' compiler spew if I then '''' AHC myColl = ... create_work(myColl); ''''

dhollman commented 7 years ago

closed by e7409ec