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

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)];
