Skip to content

Commit a2da4ce

Browse files
committed
Debugging intel classic
1 parent c2fbf36 commit a2da4ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/linalg/test_linalg_pivoting_qr.fypp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ module test_linalg_pivoting_qr
6161
call check(error,state%ok(),state%print())
6262
if (allocated(error)) return
6363

64-
! ! Check solution
65-
! call check(error, all(abs(a(:, pivots)-matmul(q,r))<tol), 'converged solution (full)')
66-
! if (allocated(error)) return
67-
!
64+
! Check solution
65+
call check(error, all(abs(a(:, pivots)-matmul(q,r))<tol), 'converged solution (full)')
66+
if (allocated(error)) return
67+
6868
! ! 2) QR factorization with reduced matrices
6969
! call qr(a, qred, rred, pivots, err=state)
7070
!

0 commit comments

Comments
 (0)