Skip to content

Commit 54113b4

Browse files
committed
Remove tridiag_arithmetic entirely to pinpoint intel error.
1 parent f26a17d commit 54113b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg/test_linalg_specialmatrices.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ contains
2121
type(unittest_type), allocatable, intent(out) :: testsuite(:)
2222

2323
testsuite = [ &
24-
new_unittest('tridiagonal arithmetic', test_tridiagonal_arithmetic), &
24+
! new_unittest('tridiagonal arithmetic', test_tridiagonal_arithmetic), &
2525
new_unittest('tridiagonal spmv kernel', test_tridiagonal_spmv), &
2626
new_unittest('tridiagonal error handling', test_tridiagonal_error_handling), &
2727
new_unittest('symtridiagonal arithmetic', test_symtridiagonal_arithmetic), &

0 commit comments

Comments
 (0)