mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 19:43:32 +01:00
Removed collapse
This commit is contained in:
parent
2f937cbca4
commit
b101fd398d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user