mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
Add missing OMP map prama for batched dgemm implementation
This commit is contained in:
parent
3735707889
commit
a5ebdaeed6
1 changed files with 2 additions and 1 deletions
|
|
@ -394,7 +394,8 @@
|
|||
& map(to:dintc1,dintx1,t1v1,dintc2,dintx2,t1v2)
|
||||
& map(to:Jia,Tkj,Tia,Kkj,Kia,Tka,Kij)
|
||||
& map(to:Xka,Jij,Xia,Jkj,Jka,Tij,Kka)
|
||||
|
||||
& map(to:a_array1, b_array1, c_array1)
|
||||
& map(to:a_array2, b_array2, c_array2)
|
||||
do klo = 1, nocc, kchunk
|
||||
akold=0
|
||||
khi = min(nocc, klo+kchunk-1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue