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

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];
