/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0009/intel/TeaLeaf/build/TeaLeaf/src/omp/local_halos.cpp: 25 - 32
--------------------------------------------------------------------------------

25:   #pragma omp parallel for
26: #endif
27:   for (int jj = halo_depth; jj < y - halo_depth; ++jj) {
28:     for (int kk = 0; kk < depth; ++kk) {
29:       int base = jj * x;
30:       buffer[base + (x - halo_depth + kk)] = buffer[base + (x - halo_depth - 1 - kk)];
31:     }
32:   }
