/beegfs/hackathon/users/eoseret/qaas_runs_test/178-661-4072/intel/CloverLeaf1.3-FC/build/CloverLeaf1.3-FC/CloverLeaf_ref/kernels/pack_kernel.f90: 343 - 347
--------------------------------------------------------------------------------

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