mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
Fix openMP compilation in CCSD
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2201733dbe
commit
e2416a2d68
@ -244,7 +244,7 @@ subroutine compute_r1_space_chol(nO,nV,t1,t2,tau,H_oo,H_vv,H_vo,r1,max_r1)
|
|||||||
allocate(W_oovo(nO,nO,nV,nO))
|
allocate(W_oovo(nO,nO,nV,nO))
|
||||||
|
|
||||||
!$omp parallel &
|
!$omp parallel &
|
||||||
!$omp shared(nO,nV,cc_space_v_vooo,W_oovo) &
|
!$omp shared(nO,nV,cc_space_v_oovo,W_oovo) &
|
||||||
!$omp private(u,a,i,j) &
|
!$omp private(u,a,i,j) &
|
||||||
!$omp default(none)
|
!$omp default(none)
|
||||||
do u = 1, nO
|
do u = 1, nO
|
||||||
|
Loading…
Reference in New Issue
Block a user