You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
adammoody
changed the title
Add periodic progress message to dcp
dcp: add periodic progress message
Apr 21, 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.
The text was updated successfully, but these errors were encountered: