Skip to content
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

Open
ax3l opened this issue Jan 28, 2015 · 8 comments
Open

Algorithm: Scan #3

ax3l opened this issue Jan 28, 2015 · 8 comments
Assignees

Comments

@ax3l
Copy link
Member

ax3l commented Jan 28, 2015

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?

@heikoburau
Copy link
Member

This is a feature we need to add in a new algorithm. Any idea how to parallelize this?

@ax3l
Copy link
Member Author

ax3l commented Jan 29, 2015

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 (scan is neither all2all, all2one nor one2all). But I would also have to read the papers on how to parallelize that.

@psychocoderHPC can you describe your exact idea? :)

@heikoburau
Copy link
Member

Can this issue be closed now?

@ax3l
Copy link
Member Author

ax3l commented Feb 22, 2016

Is it implemented?

@heikoburau
Copy link
Member

No.

@ax3l
Copy link
Member Author

ax3l commented Feb 23, 2016

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.

@heikoburau
Copy link
Member

Yeah, I just thought it was merely a question, because of the question label.

@ax3l
Copy link
Member Author

ax3l commented Feb 23, 2016

Good point, transformed 🚜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants