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

102:   for (int jj = halo_depth; jj < y - halo_depth; ++jj) {
103:     for (int kk = x - halo_depth; kk < x - halo_depth + depth; ++kk) {
104:       int bufIndex = (kk - (x - halo_depth)) + (jj - halo_depth) * depth;
105:       field[jj * x + kk] = buffer[bufIndex + offset];
