-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try flag -fcheck=all #515
Try flag -fcheck=all #515
Conversation
Note that at least for GFortran (since version 8), Intel Fortran, and I believe the new LLVM Fortran compiler (flang, previously f18) use |
989c463
to
e4440a7
Compare
All builds shall pass with this last commit. I defined LAPACK_FORTRAN_STRLEN_END by default following @mgates3 comments in #512 and LAPACK++ convention. Should we (maybe I) change all methods in |
Codecov Report
@@ Coverage Diff @@
## master #515 +/- ##
==========================================
+ Coverage 83.33% 83.36% +0.02%
==========================================
Files 1820 1820
Lines 170893 185545 +14652
==========================================
+ Hits 142411 154673 +12262
- Misses 28482 30872 +2390
Continue to review full report at Codecov.
|
e4440a7
to
da9e576
Compare
da9e576
to
628a209
Compare
…--fcheck=bounds Try flag -fcheck=all
Fix #512 using @jabl (#339) and @mgates (#512 (comment)) suggestions.
Uses a flag
LAPACK_FORTRAN_STRLEN_END
in CBLAS and LAPACKE.Maybe I shall also:
LAPACK_FORTRAN_STRLEN_END
as set by default)?? - [ ] change all methods in
LAPACKE/include/lapack.h