/home/eoseret/qaas/qaas_runs/178-237-4322/intel/TeaLeaf/build/TeaLeaf/src/omp/local_halos.cpp: 44 - 46
--------------------------------------------------------------------------------

44:     for (int kk = halo_depth; kk < x - halo_depth; ++kk) {
45:       int base = kk;
46:       buffer[base + (y - halo_depth + jj) * x] = buffer[base + (y - halo_depth - 1 - jj) * x];
