InterviewSolution
Saved Bookmarks
| 1. |
How Cam Mpi Be Used For Shared Memory Style Programming? |
|
Answer» Each process registers its local memory and attaches it to a "window." ACCESSES via this window get TRANSLATED to SEND or fetch requests to the DESIRED member of the group. The pairing communication is handled by the MPI system asynchronously. Each process registers its local memory and attaches it to a "window." Accesses via this window get translated to send or fetch requests to the desired member of the group. The pairing communication is handled by the MPI system asynchronously. |
|