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

389:     !$OMP PARALLEL
390:     DO k=1,depth
391:       !$OMP DO PRIVATE(index)
392:       DO j=x_min-depth,x_max+x_inc+depth
393:         index= buffer_offset + k+(j+depth-1)*depth
394:         !index= buffer_offset + j+depth+(k-1)*(x_max+x_inc+(2*depth))
395:         field(j,y_min-k)=bottom_rcv_buffer(index)
396:       ENDDO
397:     !$OMP END DO
398:     ENDDO
