Skip to content

Commit

Permalink
Dynamic scheduling for eri
Browse files Browse the repository at this point in the history
  • Loading branch information
connoraird committed May 23, 2024
1 parent 1f3d58c commit 2a789dd
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 @@ -1386,7 +1386,7 @@ subroutine m_kern_exx_eri(k_off, kpart, ib_nd_acc, ibaddr, nbnab, &
!$omp i_nt,j_nt,k_nt,l_nt)
!
Ome_kj(1:2*extent+1, 1:2*extent+1, 1:2*extent+1) => Ome_kj_1d_buffer
!$omp do schedule(runtime)
!$omp do schedule(dynamic)
jb_loop: do nsf_jb = 1, jb%nsup
!
ncaddr = ncbeg + ia%nsup * (nsf_jb - 1)
Expand Down

0 comments on commit 2a789dd

Please sign in to comment.