Skip to content

Commit

Permalink
Dynamic scheduling for cri
Browse files Browse the repository at this point in the history
  • Loading branch information
connoraird committed May 23, 2024
1 parent 818d105 commit 7b8325c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exx_kernel_default.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ subroutine m_kern_exx_cri(k_off, kpart, ib_nd_acc, ibaddr, nbnab, &
!$omp private(nsf_kg,nsf_jb,work_out_3d,work_in_3d,ewald_charge,Ome_kj_1d_buffer, &
!$omp Ome_kj,ncaddr)
Ome_kj(1:2*extent+1, 1:2*extent+1, 1:2*extent+1) => Ome_kj_1d_buffer
!$omp do schedule(runtime) collapse(2)
!$omp do schedule(dynamic) collapse(2)
do nsf_kg = 1, kg%nsup
do nsf_jb = 1, jb%nsup
!
Expand Down

0 comments on commit 7b8325c

Please sign in to comment.