OpenMP constructs and programs -- 4
Budget: $10 – $30 USD
• Add the necessary pragma to parallelize the outer for loop in the matrix multiplication;
• Remove the pragma for the outer for loop and add the necessary pragma to parallelize the
middle for loop in the matrix multiplication;
• Remove the pragma for the middle for loop and add the necessary pragma to parallelize the
outer and middle for loops at once (in one omp statement) in the matrix multiplication
• Remove the pragma for the outer for loop and add the necessary pragma to parallelize the
middle for loop in the matrix multiplication;
• Remove the pragma for the middle for loop and add the necessary pragma to parallelize the
outer and middle for loops at once (in one omp statement) in the matrix multiplication