You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As indicated in the posted solution to question #5 in quiz #5, option #3 is wrong because it is inefficient, but otherwise gives the correct result. In that case, shouldn't the question have been "which of the following are correct and efficient parallelizations using OpenMP"?
The text was updated successfully, but these errors were encountered:
is an incorrect parallelization because, although the code is run in parallel and uses the #pragma omp parallel directive in the correct way, the problem itself is not solved in parallel.
As indicated in the posted solution to question #5 in quiz #5, option #3 is wrong because it is inefficient, but otherwise gives the correct result. In that case, shouldn't the question have been "which of the following are correct and efficient parallelizations using OpenMP"?
The text was updated successfully, but these errors were encountered: