chapeldev/cdo

See if the cursor can be a parallel iterator

Closed this issue · 4 comments

I don't know if this is possible, but perhaps the returning cursor could be a parallel iterator and we could load matrices quickly.

@buddha314 I think that this issue is worth to explore. I have not answer now but I will explore the possibilities.

Good news, I have tested parallel iterators for cursor and it is working.
Please, see my example:

https://github.com/marcoscleison/cdo/blob/2042007a083f1140fa29ca06bbaf57bde3b3cdda/examples/parallel.chpl#L55

Yep, this worked beautifully. Issue can be closed

Thank you!