c++ - non-blocking communications in MPI: order of messages -
- what happens if processors sends same message same destination same tag? when receiver wants read it, read last one?
- what if 2 different processors send same message (same tag) 1 processor? 1 receive , in order?
3- how can know how many pending messages specific processor in queue in order receive of them?
Comments
Post a Comment