/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0009/intel/TeaLeaf/build/TeaLeaf/src/omp/pack_halos.cpp: 85 - 88
--------------------------------------------------------------------------------

85:   for (int jj = halo_depth; jj < y - halo_depth; ++jj) {
86:     for (int kk = halo_depth - depth; kk < halo_depth; ++kk) {
87:       int bufIndex = (kk - (halo_depth - depth)) + (jj - halo_depth) * depth;
88:       field[jj * x + kk] = buffer[bufIndex + offset];
