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

Capturing `context` in `create_work_while` #35

Open armarkos opened 7 years ago

armarkos commented 7 years ago

There is an issue when I capture context in a crete_work_while and I do context.allreduce(). It complains that allreduce() is not marked as const.