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

58:   #pragma omp parallel for
59: #endif
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];
