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

202:     !$OMP PARALLEL DO PRIVATE(index)
203:     DO k=y_min-depth,y_max+y_inc+depth
204:     !$OMP SIMD
205:       DO j=1,depth
206:         index= buffer_offset + j+(k+depth-1)*depth
207:         field(x_max+x_inc+j,k)=right_rcv_buffer(index)
