/beegfs/hackathon/users/eoseret/qaas_runs_test/178-661-4073/intel/CloverLeaf1.3-FC/build/CloverLeaf1.3-FC/CloverLeaf_ref/kernels/pack_kernel.f90: 296 - 302
--------------------------------------------------------------------------------

296:       !$OMP PARALLEL DO PRIVATE(index)
297:       DO j=x_min-depth,x_max+x_inc+depth
298:         index= buffer_offset + k+(j+depth-1)*depth
299:         !index= buffer_offset + j + depth+(k-1)*(x_max+x_inc+(2*depth))
300:         field(j,y_max+y_inc+k)=top_rcv_buffer(index)
301:       ENDDO
302:     !$OMP END PARALLEL DO
