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

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