3. Scientific Programming

Parallel Programming — Quiz

Test your understanding of parallel programming with 5 practice questions.

Read the lesson first

Practice Questions

Question 1

In MPI one-sided communication, which statement correctly describes passive target synchronization?

Question 2

What is the primary purpose of the PMPI profiling interface in MPI?

Question 3

Which MPI function creates a Cartesian topology communicator from an existing communicator?

Question 4

Given a 2D Cartesian communicator, which MPI call obtains the ranks of the source and destination neighbors in a given dimension and displacement?

Question 5

Which MPI function initiates a nonblocking global reduction (e.g., sum) of data across all processes?
Parallel Programming Quiz — Computational Science | A-Warded