Classic HPC Development using Visual C++

Define a parallel region surrounding the output statement and the first loop nest, modify the output statement(s), update the pragma on the loop nest, and run. Make sure the first 5 convergence values are correct. If not, did you drop the parallel keyword from the loop nest (since the loop is already inside a parallel region)? 2. ................
................