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()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly