Skip to content

Commit 7c9d5b4

Browse files
committed
remove xdp from tests
1 parent 5735b05 commit 7c9d5b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/linalg/test_linalg_qr.fypp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module test_linalg_qr
2929

3030
!> QR factorization of a random matrix
3131
#:for rk,rt,ri in RC_KINDS_TYPES
32+
#:if rk!="xdp"
3233
subroutine test_qr_random_${ri}$(error)
3334
type(error_type), allocatable, intent(out) :: error
3435

@@ -107,6 +108,7 @@ module test_linalg_qr
107108

108109
end subroutine test_qr_random_${ri}$
109110

111+
#:endif
110112
#:endfor
111113

112114

0 commit comments

Comments
 (0)