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

15:     for (int kk = halo_depth; kk < halo_depth + depth; ++kk) {
16:       int bufIndex = (kk - halo_depth) + (jj - halo_depth) * depth;
17:       buffer[bufIndex + offset] = field[jj * x + kk];
