Question: 4 Merge Sort Question: Implement a parallel function using OpenMP parallel loop constructs to perform merge sort on an array of integer. Output the time
4 Merge Sort Question:
Implement a parallel function using OpenMP parallel loop constructs to perform merge sort on an array of integer. Output the time it took on stderr. Question: Plot a speedup chart for dierent numbers of thread (1, 2, 4, 8, 16), for arrays of sizes 109 using the bench script. Does the plot make sense? Why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
