Message-passing programming model
Tag: message-passing
Aliases: message passing, MPI
A parallel programming model in which processes have private address spaces and communicate via explicit send/receive operations. Common in distributed systems and HPC clusters (MPI).
No references yet.