Simon Lukas Märtens

Results 12 comments of Simon Lukas Märtens

@dklyuchinskiy Nice catch! Should I create a MR or do you want to do that?

@dklyuchinskiy I think the indices are actually pointing to the diagonal since Fortran is 1-indexed. So, for example if `M=10` and `J=1` it will be `(A(1) - A(12))/A(1)`, which is...

Hi @scr2016, please have a look at the PR which is linked in this issue. The problem was just an un initialized RESULT vector as far as I can tell....

> @ACSimon33. The complete test error output and the environment information would help to check the issue thoroughly. Thank you in advance. @scr2016 Here are the complete test results: [LAPACK_test_results.txt](https://github.com/Reference-LAPACK/lapack/files/13703619/LAPACK_test_results.txt)...

@scr2016 I tried with some more GCC version (4.8.5, 5.5.0, 6.5.0, 7.5.0, 8.4.0, 9.3.0, 10.3.0, 12.2.0, 13.2.0). The issue only exists for GCC >= 7.5.0.

Btw. I'm wondering why the codecov.io report always shows 0%. If I create a report locally with gcovr it shows me 82%. Just in case anyone has an idea how...

> @ACSimon33 thanks for the MR! LGTM! > > I have one question: should we zero out `RESULT` on the bottom level of all cycles? I mean, that there is...

@dklyuchinskiy Fixed the typo. I think this is ready to be merged

@weslleyspereira I looked at i-CodeCNES and it seems it suggests a lot of changes which are probably a bit unnecessary, e.g. avoiding multiple RETURN statements in routines (see output below)....

@weslleyspereira I tried some of the static analysis tools now and here are some of the results. ## i-CodeCNES **Pro:** Free, opensource, easy to install and use **Con:** no summary...