Podcast
Questions and Answers
What does MPI provide four modes for?
What does MPI provide four modes for?
- Sends (correct)
- Locking mechanisms
- Thread synchronization
- Memory allocation
Which parallel programming model is discussed in the text?
Which parallel programming model is discussed in the text?
- OpenMP
- Java Threads
- Pthreads
- MPI (correct)
What are the basic issues in implementing static and dynamic parallel tree search programs using OpenMP?
What are the basic issues in implementing static and dynamic parallel tree search programs using OpenMP?
- No issues, it is seamless
- Significant changes required
- A few small changes (correct)
- No mention of any issues
What is emulated in OpenMP?
What is emulated in OpenMP?
What do the run-times of Pthreads and OpenMP implementations of tree search programs measure?
What do the run-times of Pthreads and OpenMP implementations of tree search programs measure?