Commit Graph
3428 Commits
Author SHA1 Message Date
Stefan 6da21e0a74 Fix LAPACK_DIR in installed lapacke-config.cmake
Fixes #550: on fresh install with version 3.9.1, the line in lapacke-config.cmake is:

set(LAPACK_DIR "${_LAPACKE_PREFIX}/lib/cmake/-3.9.1")

And it should be:

set(LAPACK_DIR "${_LAPACKE_PREFIX}/lib/cmake/lapack-3.9.1")
2021-05-17 17:07:43 -06:00
Weslley S. Pereira 6211042c33 Merge pull request #552 from jip/fix
maint: removed unused calls and variables in testing routines
2021-05-17 18:04:53 -03:00
Weslley S. Pereira 9d85169ac2 Merge pull request #553 from martin-frbg/issue548
Use dynamic allocation in the LIN tests as well
2021-05-17 15:11:49 -03:00
Weslley S. Pereira 956a370c3b Merge pull request #544 from weslleyspereira/suppress-date-info-from-lapacke
Suppress date from LAPACKE to compatibilize with LAPACK's convention
2021-05-17 11:54:19 -03:00
Igor Zhuravlov 1114c20ee5 maint: removed unused variables in testing routines
xQRT17 routines had unused variables
2021-05-17 21:53:08 +10:00
langou 1ad528b7d1 Merge pull request #555 from msk/fix-slasq2-xerbla-arg
Correct XERBLA argument in SLASQ2
2021-05-16 16:10:17 -06:00
Min Kim 57c6476f68 Correct XERBLA argument in SLASQ2 2021-05-16 13:17:13 -07:00
Martin Kroeker 96db3e457d Reflect renaming of ?chkaa files to .F 2021-05-14 18:20:21 +02:00
Martin Kroeker 8855029c49 Reflect renaming of ?chkaa files to .F 2021-05-14 18:18:58 +02:00
Martin Kroeker 8ff127d897 Use dynamic allocation for all large arrays 2021-05-14 18:16:58 +02:00
Martin Kroeker b1b81b2ce5 Rename zchkaa.f to zchkaa.F 2021-05-14 18:14:46 +02:00
Martin Kroeker 67324f3893 Rename schkaa.f to schkaa.F 2021-05-14 18:13:57 +02:00
Martin Kroeker 0ea56e4e9e Rename dchkaa.f to dchkaa.F 2021-05-14 18:13:00 +02:00
Martin Kroeker eed0107826 Rename cchkaa.f to cchkaa.F 2021-05-14 18:11:32 +02:00
Igor Zhuravlov ff2f5dc264 remove unused call to xLANGE 2021-05-14 22:21:18 +10:00
langou 2dafa3d275 Merge pull request #543 from Matthew-Badin/dev/explicit-cast
Add Explicit Casts For Complex To Real Cases
2021-05-03 14:39:44 -06:00
weslley.spereira a9d2f2d249 Suppress date to compatibilize with LAPACK's convention 2021-04-30 18:01:40 -03:00
Matthew Badin c1b96f8bb5 Fix double complex cases 2021-04-23 15:52:44 -07:00
Matthew Badin bd02149cb3 fix cpptrf.f unbalanced parentheses error 2021-04-23 15:04:07 -07:00
Matthew Badin 091e7d56bb fix unbalanced parentheses syntax error 2021-04-23 14:53:35 -07:00
langou 7b16a30525 Merge pull request #535 from eshpc/xLAQR_fixes
Corrections to claqr4.f and slaqr4.f code, and update xLAQR comments
2021-04-22 14:57:56 -06:00
langou 41921443dd Merge pull request #531 from martin-frbg/issue530
Use cmake builtin tool for "env" to ensure cross-platform compatibility
2021-04-22 11:40:55 -06:00
langou f02daa6fbd Merge pull request #537 from eshpc/LAPACKE_fixes
Lapacke fixes
2021-04-22 11:38:41 -06:00
langou 287ca57fa9 Merge pull request #539 from eshpc/xORGBR_fixes
Copy recent changes from xUNGBR to xORGBR
2021-04-22 11:38:07 -06:00
langou 8a0dff796a Merge pull request #541 from weslleyspereira/fix-393-incompatible-cblas
Applies @mdarnold1's solution to fix #393
2021-04-22 11:34:20 -06:00
weslley.spereira 666d1b866e Applies @mdarnold1's suggestions 2021-04-22 10:49:07 -03:00
weslley.spereira 1c33cdac1c Fix double routine LAPACKE_dtpmqrt_work 2021-04-22 10:18:18 -03:00
Weslley S. Pereira ab7261e60d Removes duplicate inclusion of TMG lib 2021-04-22 08:49:41 -03:00
Weslley S. Pereira 4b3c7c249f Merge pull request #538 from eshpc/TESTING_fixes
TESTING fixes
2021-04-19 11:25:16 -03:00
weslley.spereira 21417cac13 Just an additional identation in a comment block 2021-04-19 10:49:33 -03:00
Edward Smyth ec12db9a6c Copy recent changes from xUNGBR to xORGBR 2021-04-16 14:50:30 +01:00
Edward Smyth 2fbff09c44 Tidy up indentation 2021-04-16 14:03:35 +01:00
Edward Smyth 4b3476c70e Correct type mismatches in calls to xLASET 2021-04-16 13:55:08 +01:00
Edward Smyth adbad2f6be Add missing break statement in case H 2021-04-16 10:56:43 +01:00
Edward Smyth 6aef1d25ac Add const qualifiers to headers to match routine specification 2021-04-16 10:56:15 +01:00
Matthew Badin a5fd876c8b This change adds explicit casts to many of the complex routines. This is done because if the fortran is translated to a different language, the rules in that language for mixed types may not be the same. This change aids compilation in the translated language. 2021-04-15 18:11:50 -07:00
Weslley S. Pereira 30c945075b Merge pull request #534 from sergey-v-kuznetsov/LAPACKE_fixes_from_MKL
Fixes from MKL team in LAPACKE interfaces thanks to @sergey-v-kuznetsov.
2021-04-15 17:02:39 -03:00
langou 2614d23900 Merge pull request #380 from martin-frbg/openmp4
Allow compilation with OpenMP 3.x
2021-04-15 11:41:43 -06:00
langou f97e867c27 Merge pull request #421 from thijssteel/multishift-aed-QZ
Multishift QZ with AED
2021-04-15 11:33:35 -06:00
langou 7002eb5843 Merge pull request #533 from weslleyspereira/add-testCase-from-issue411
Adds a single pencil for testing CGGSVD3
2021-04-15 11:29:04 -06:00
langou 218d21ac4b Merge pull request #536 from eshpc/xCHKEE_openmp
Change OMP_GET_NUM_THREADS to OMP_GET_MAX_THREADS in xCHKEE
2021-04-15 11:23:49 -06:00
Edward Smyth 188d084df5 Change OMP_GET_NUM_THREADS to OMP_GET_MAX_THREADS 2021-04-15 17:33:43 +01:00
Edward Smyth 4cd57794aa Corrections to claqr4.f and slaqr4.f code, and update comments in other xLAQR routines 2021-04-15 17:04:59 +01:00
weslley.spereira 4e693fe7f2 Minor fixes to build with FFLAGS=-fimplicit-none -frecursive -fcheck=all 2021-04-15 09:14:34 -03:00
weslley.spereira 95cb123b21 Adds a single pencil for testing CGGSVD3 2021-04-14 20:46:46 -03:00
Kuznetsov, Sergey 9b24deea0a Fixes from MKL team in LAPACKE interfaces 2021-04-14 15:43:20 -07:00
Peter Spalthoff 6866f370e5 TMG bundled with LAPACKE in certain case
If otimized/preinstalled LAPACK without TMG is used,
TMG is part of LAPACKE.
This is necessary for installation to work properly.
2021-04-13 11:21:54 +09:00
Peter Spalthoff 61673db2d4 cblas targets added to Component Development
This is in line with LAPACKE cmake.
Also more consistent within the CBLAS CMakeLists.txt.
2021-04-13 11:16:01 +09:00
Peter Spalthoff 5806d9313b CBLAS cmake adapted even more to LAPACKE cmake 2021-04-13 11:15:21 +09:00
Peter Spalthoff c656a5f582 Code adapted more to LAPACKE/CMakeLists.txt
Just order of some lines changed.
2021-04-13 11:13:35 +09:00