/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0018/intel/TeaLeaf/build/TeaLeaf/src/omp/local_halos.cpp: 58 - 63
--------------------------------------------------------------------------------

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];
63:     }
