Open
Description
Issues, related to new feature DMD
Checklist
- DMD tests are missed CI
CMakelists were not modified (fix some DMD issues #959). - Sometimes test return
info = -8
orinfo = - 10
.
Variable SSUM is not initialized before call of LASSQ, but it should be (fix some DMD issues #959). - Tests for DMD are PASSED in any case
Test always writes intostdout
, return code is 0 even some checks are failed. -
stderr
is not empty
MessageThe following floating-point exceptions are signalling: IEEE_OVERFLOW_FLAG IEEE_UNDERFLOW_FLAG
arises. Maybe it is not a big problem, but it is first not-emptystderr
of LAPACK tests, as I see.