/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0009/intel/TeaLeaf/build/TeaLeaf/src/omp/local_halos.cpp: 10 - 17
--------------------------------------------------------------------------------

10:   #pragma omp parallel for
11: #endif
12:   for (int jj = halo_depth; jj < y - halo_depth; ++jj) {
13:     for (int kk = 0; kk < depth; ++kk) {
14:       int base = jj * x;
15:       buffer[base + (halo_depth - kk - 1)] = buffer[base + (halo_depth + kk)];
16:     }
17:   }
