/home/eoseret/qaas/qaas_runs/178-237-4322/intel/TeaLeaf/build/TeaLeaf/src/omp/cg.cpp: 18 - 25
--------------------------------------------------------------------------------

18:   #pragma omp parallel for
19: #endif
20:   for (int jj = 0; jj < y; ++jj) {
21:     for (int kk = 0; kk < x; ++kk) {
22:       const int index = kk + jj * x;
23:       p[index] = 0.0;
24:       r[index] = 0.0;
25:       u[index] = energy[index] * density[index];
