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

60:     for (int kk = halo_depth; kk < x - halo_depth; ++kk) {
61:       int base = kk;
62:       buffer[base + (halo_depth - jj - 1) * x] = buffer[base + (halo_depth + jj) * x];
