HPC

MPI Protocols

The MPI has some protocol jargon that I have not heard so far. They are the following: Aggressive eager Rendezvous with send push Rendezvous with receiver pull Rendezvous blocking (push or pull) They are defined in the slides from MPI group on MPI performance. I got some good info on this from these slides and this, which I will reproduce here with my own additions and notes.