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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: