Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 257 Bytes

File metadata and controls

7 lines (5 loc) · 257 Bytes

Hybrid Hello World

Write a simple hybrid MPI+OpenMP program.

Launch OpenMP threads within each MPI task and have each thread print out both the MPI rank and the thread ID. Investigate also the thread support level of the underlying MPI implementation.