Question 9 3 pts When compiling an OpenMP program with gco, what compiling option(s) must be included? -fopenmp #pragma
Posted: Sun May 15, 2022 1:12 pm
Question 9 3 pts When compiling an OpenMP program with gco, what compiling option(s) must be included? -fopenmp #pragma omp parallel -o hello /openmp None of the other answers Question 10 3 pts Within a parallel region, declared variables are by default Shared Private Local None of the other answers