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

Reduce from AHC with index range different than CCW #33

Closed armarkos closed 6 years ago

armarkos commented 7 years ago

Hi David,

I would like to reduction over the AHC, which has custom index_range. When I do a reduction, it prints out some random number.

Thanks, Aram

armarkos commented 7 years ago

Note, that you can get this done if you keep one extra AHC and from the inside of CCW manually sum the values of your main AHC (with custom index_range) into that extra AHC. Then from outside you can do reduce on that extra AHC.

dhollman commented 7 years ago

This sounds like a backend bug. Can you provide a minimal reproducer?