This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix spurious error exit test failures in the ?chktsqr tests (LAPACK564)
tags/v0.3.16^2
Martin Kroeker
GitHub
5 years ago
parent
02087a62e7
commit
3a53207cc9
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
lapack-netlib/TESTING/LIN/cchktsqr.f
+2
-0
lapack-netlib/TESTING/LIN/dchktsqr.f
+2
-0
lapack-netlib/TESTING/LIN/schktsqr.f
+2
-0
lapack-netlib/TESTING/LIN/zchktsqr.f
+ 2
- 0
lapack-netlib/TESTING/LIN/cchktsqr.f
View File
@@ -159,6 +159,8 @@
*
* Test the error exits
*
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL CERRTSQR( PATH, NOUT )
INFOT = 0
*
+ 2
- 0
lapack-netlib/TESTING/LIN/dchktsqr.f
View File
@@ -159,6 +159,8 @@
*
* Test the error exits
*
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL DERRTSQR( PATH, NOUT )
INFOT = 0
*
+ 2
- 0
lapack-netlib/TESTING/LIN/schktsqr.f
View File
@@ -159,6 +159,8 @@
*
* Test the error exits
*
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL SERRTSQR( PATH, NOUT )
INFOT = 0
*
+ 2
- 0
lapack-netlib/TESTING/LIN/zchktsqr.f
View File
@@ -159,6 +159,8 @@
*
* Test the error exits
*
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL ZERRTSQR( PATH, NOUT )
INFOT = 0
*
Write
Preview
Loading…
Cancel
Save