

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is not valid with reference to Message PassingInterface (MPI)? |
A. | MPI can run on any hardware platform |
B. | The programming model is a distributed memory model |
C. | All parallelism is implicit |
D. | MPI - Comm - Size returns the total number of MPI processes in specified communication |
Answer» D. MPI - Comm - Size returns the total number of MPI processes in specified communication | |