Message Passing Flashcards
1
Q
What are the two basic inter-process communication operations in a message passing model in parallel computing?
A
send() and receive()
2
Q
What is MPI?
A
Message passing interface (MPI) is a standard specification in the form of a library of functions that programmers can call from C, C++, or Fortran code to write parallel programs for parallel computation in distributed-memory systems.
3
Q
What are the three different communication methods that MPI processes can use to communicate with each other?
A
Point-to-point, collective, and one-sided