-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Algorithm: Scan #3
Comments
This is a feature we need to add in a new algorithm. Any idea how to parallelize this? |
The mpi standard defines inclusive and exclusive scan operations in section 5.11 that I am aware of. Section 5.2.2 also describes the difference to other collective operations ( @psychocoderHPC can you describe your exact idea? :) |
Can this issue be closed now? |
Is it implemented? |
No. |
Well I think it is a very useful future nice-to-have don't you think? You can just create some milestones and archive it. |
Yeah, I just thought it was merely a question, because of the question label. |
Good point, transformed 🚜 |
Idea by @psychocoderHPC
An algorithm similar to MPI_Scan might be useful. Can this already be performed efficiently with the current
map
/reduce
/mapReduce
algorithms or do we have to add it?The text was updated successfully, but these errors were encountered: