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

asynchronous communication protocol #2

Open
li7hui opened this issue Jul 10, 2013 · 3 comments
Open

asynchronous communication protocol #2

li7hui opened this issue Jul 10, 2013 · 3 comments

Comments

@li7hui
Copy link
Contributor

li7hui commented Jul 10, 2013

use asynchronous communication protocol to speedup program by overlapping the computation and communication. currently, it uses mpi_isend, mpi_irecv, it should use pub-sub utility in the future.

@li7hui
Copy link
Contributor Author

li7hui commented Jul 10, 2013

need to define protocol header format, which used to describe the payload followed by.

@li7hui
Copy link
Contributor Author

li7hui commented Jul 10, 2013

in the shuffle stage, the payload of some intermediate keyval pair could be zero, need to tell it different from the last keyval pair with zero payload.

@li7hui
Copy link
Contributor Author

li7hui commented Jul 17, 2013

this issue have been solved by using pandafsmessag.cpp; further the code need to the configuration for mpimessage.cpp and fsmessage.cpp

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

No branches or pull requests

1 participant