Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 355 Bytes

File metadata and controls

10 lines (7 loc) · 355 Bytes

Multiple thread communication

Write a simple hybrid program where each OpenMP thread communicates using MPI.

Implement a test case where the threads of task 0 send their thread ID to the corresponding threads in other tasks (see the picture). Remember to employ the MPI_THREAD_MULTIPLE thread support mode.

img