Closed songqing closed 1 year ago
Fix issue
Call flushLocalBuffer() to avoid send big msg between workers, or msg's size(size_t) may over data len's type int in MPI_Isend()
What do these changes do?
Fix issue
Call flushLocalBuffer() to avoid send big msg between workers, or msg's size(size_t) may over data len's type int in MPI_Isend()