/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0009/intel/TeaLeaf/build/TeaLeaf/src/omp/cg.cpp: 44 - 50
--------------------------------------------------------------------------------

44:   #pragma omp parallel for
45: #endif
46:   for (int jj = halo_depth; jj < y - 1; ++jj) {
47:     for (int kk = halo_depth; kk < x - 1; ++kk) {
48:       const int index = kk + jj * x;
49:       kx[index] = rx * (w[index - 1] + w[index]) / (2.0 * w[index - 1] * w[index]);
50:       ky[index] = ry * (w[index - x] + w[index]) / (2.0 * w[index - x] * w[index]);
