/beegfs/hackathon/users/eoseret/qaas_runs_test/178-661-4072/intel/CloverLeaf1.3-FC/build/build/CMakeFiles/clover_leaf.dir/CloverLeaf_ref/kernels/pack_kernel.f90-pp.f90: 343 - 348
--------------------------------------------------------------------------------

343:     DO k=1,depth
344:       !$OMP PARALLEL DO PRIVATE(index)
345:       DO j=x_min-depth,x_max+x_inc+depth
346:         index= buffer_offset + k+(j+depth-1)*depth
347:         !index= buffer_offset + j+depth+(k-1)*(x_max+x_inc+(2*depth))
348:         bottom_snd_buffer(index)=field(j,y_min+y_inc-1+k)
