Martin Kroeker
281f1e4432
fix function prototypes in f2c-converted files
2 years ago
Martin Kroeker
25037ae875
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
* Fix actual arguments (Reference-LAPACK PR 885)
2 years ago
Martin Kroeker
0e55702b80
Use dynamic allocation in ?SYL01 tests (Reference-LAPACK PR 854)
2 years ago
Martin Kroeker
ca1791cfeb
Extend tests for error exit sysv/sytd2/gehd2 (Reference-LAPACK PR 795)
2 years ago
Martin Kroeker
0c38ebd599
Extend tests for error exit sysv/sytd2/gehd2 (Reference-LAPACK PR 795)
2 years ago
Martin Kroeker
be05ba4374
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) ( #4045 )
* Fix typos in comments and documentation (Reference-LAPACK PR 820)
2 years ago
Martin Kroeker
47715b5726
Fix typos in comments (Reference-LAPACK PR 814)
2 years ago
Martin Kroeker
b01894adcb
Fix typos in comments (Reference-LAPACK PR 814)
2 years ago
Martin Kroeker
147e2fbf87
Add numerical tests for TRECV3 (Reference-LAPACK 682)
2 years ago
Martin Kroeker
1946eb4f44
Fix bug in complex precision tests (c|z)het21
2 years ago
Martin Kroeker
85a03675f6
Fix ill-conditioned test matrix for DIAG=U in LIN testsuite test_rfp (LAPACK 678/796)
2 years ago
martin-frbg
3eac96ccdc
Fix signatures of external functions in the f2c-generated C sources
2 years ago
Martin Kroeker
e9a911fb9f
Merge pull request #3841 from martin-frbg/lapack755+764
Fix SLATRS3 and CLATRS3 tests in TESTING/LIN (Reference-LAPACK PRs 755+764)
2 years ago
Martin Kroeker
bf0e8d67b5
Merge pull request #3840 from martin-frbg/lapack760
Fix typo in EIG tests and spurious return in lapacke_?tz_trans utility (Reference-LAPACK PR760)
2 years ago
Martin Kroeker
a5470521ee
Fix array indexation in copy, and fix test (Reference-LAPACK PR764)
2 years ago
Martin Kroeker
b0393ea4e1
Fix test (Reference-LAPACK PR764)
2 years ago
Martin Kroeker
0d26f1a4c7
Fix wrong indexation in test (Reference-LAPACK PR755)
2 years ago
Martin Kroeker
825ae316e2
Fix typo in EXTERNAL (Reference-LAPACK PR760)
2 years ago
Martin Kroeker
730ed549e6
Fix typo in EXTERNAL (Reference-LAPACK PR760)
2 years ago
Martin Kroeker
bc3393f703
Fix array dimension (Reference-LAPACK 758)
2 years ago
Martin Kroeker
0b2f8dabbf
Fix array dimension (Reference-LAPACK 758)
2 years ago
Martin Kroeker
1497336b20
Add tests for ?GELST (Reference-LAPACK PR739)
2 years ago
Martin Kroeker
ad95ad52f2
Merge pull request #3819 from martin-frbg/lapack703
Fix implicit conversions and unused variables in LAPACKE and TESTING (Reference-LAPACK PR 703)
2 years ago
Martin Kroeker
2592853fc7
Restore OpenBLAS-specific changes
2 years ago
Martin Kroeker
52c2a0397b
Restore OpenBLAS modifications to link line
2 years ago
Martin Kroeker
13f3bbece1
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
92174725d9
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
fdb012ceed
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2 years ago
Martin Kroeker
c99d27ae45
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2 years ago
Martin Kroeker
f2cd238450
Restore conditional compilation and fix for parallel make in LAPACK MATGEN ( #3733 )
* Restore NOPARALLEL and conditional compilation
3 years ago
Martin Kroeker
9c4e91a77d
Increase threshold
3 years ago
Martin Kroeker
1fe06caf49
Increase threshold
3 years ago
martin-frbg
cf61d48470
fix C_LAPACK build options for files that must be built unoptimized
3 years ago
martin-frbg
884e6da73b
restore OpenBLAS-specific build file fixes
3 years ago
martin-frbg
ffb4f04fbb
Update the LAPACK testsuite to match 3.10.1
3 years ago
Martin Kroeker
18b19d135b
C_LAPACK: Fixes to make it compile with MSVC ( #3605 )
* Fix f2c-like support functions to compile with MSVC, and
re-enable C_LAPACK for MSVC in CMAKE
* Add MSVC&flang build to Azure CI in order to check C_LAPACK correctness
3 years ago
Martin Kroeker
b7873605d4
Use f2c translations of LAPACK when no Fortran compiler is available ( #3539 )
* Add C equivalents of the Fortran routines from Reference-LAPACK as fallbacks, and C_LAPACK variable to trigger their use
3 years ago
Aisha Tammy
3efbf968f1
create INDEX64 target
4 years ago
Martin Kroeker
e2bf3f31a6
Add .NOTPARALLEL: as a workaround for builds on DFS
3 years ago
Isuru Fernando
02d4a49761
Also make sure the `1` is INTEGER*4 for OMP_SET_NUM_THREADS
4 years ago
Martin Kroeker
f176ff90af
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
4 years ago
Martin Kroeker
f4d4abd423
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
4 years ago
Martin Kroeker
2b9443b7e7
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
4 years ago
Martin Kroeker
fe0e66564e
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
4 years ago
Martin Kroeker
5958ffc9b6
Declare DZASUM as EXTERNAL
4 years ago
Martin Kroeker
cd0e4aadb1
Declare ZDROT as EXTERNAL
4 years ago
Martin Kroeker
e2621ef93a
Declare SROT as EXTERNAL
4 years ago
Martin Kroeker
9e1b43ea9b
Declare DROT as EXTERNAL
4 years ago
Martin Kroeker
5269348178
Declare CSROT as EXTERNAL
4 years ago
Martin Kroeker
92e024bbb3
Declare SCASUM as EXTERNAL
4 years ago