/home/eoseret/qaas/qaas_runs/178-550-2839/intel/TeaLeaf/build/TeaLeaf/src/omp/local_halos.cpp: 25 - 30
--------------------------------------------------------------------------------

25:   #pragma omp parallel for
26: #endif
27:   for (int jj = halo_depth; jj < y - halo_depth; ++jj) {
28:     for (int kk = 0; kk < depth; ++kk) {
29:       int base = jj * x;
30:       buffer[base + (x - halo_depth + kk)] = buffer[base + (x - halo_depth - 1 - kk)];
