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

dcp: add periodic progress message #52

Closed
adammoody opened this issue Apr 10, 2017 · 1 comment
Closed

dcp: add periodic progress message #52

adammoody opened this issue Apr 10, 2017 · 1 comment

Comments

@adammoody
Copy link
Member

adammoody commented Apr 10, 2017

Could do this with non-blocking MPI collectives, e.g., every 10 seconds send non-blocking bcast from rank 0 to start a non-blocking all reduce. Use non blocking allreduce to sum files and bytes copied. All procs periodically test outstanding collective calls in their work loops.

@adammoody adammoody changed the title Add periodic progress message to dcp dcp: add periodic progress message Apr 21, 2017
@adammoody
Copy link
Member Author

Solved with #270

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