10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-10-02 06:20:53 +02:00

Removed collapse

This commit is contained in:
Anthony Scemama 2023-01-17 13:38:50 +01:00
parent 2f937cbca4
commit b101fd398d

View File

@ -1704,7 +1704,7 @@ subroutine restore_symmetry(m,n,A,LDA,thresh)
!$OMP SHARED(A,m,n,sze,copy_sign,copy,key,ii,jj) &
!$OMP PRIVATE(i,j,k) &
!$OMP DEFAULT(NONE)
!$OMP DO COLLAPSE(2)
!$OMP DO
do j = 1, n
do i = 1, m
k = i+(j-1)*m