You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes test return info = -8 or info = - 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 into stdout, return code is 0 even some checks are failed.
stderr is not empty
Message The 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-empty stderr of LAPACK tests, as I see.
Issues, related to new feature DMD
Checklist
CMakelists were not modified (fix some DMD issues #959).
info = -8orinfo = - 10.Variable SSUM is not initialized before call of LASSQ, but it should be (fix some DMD issues #959).
Test always writes into
stdout, return code is 0 even some checks are failed.stderris not emptyMessage
The following floating-point exceptions are signalling: IEEE_OVERFLOW_FLAG IEEE_UNDERFLOW_FLAGarises. Maybe it is not a big problem, but it is first not-emptystderrof LAPACK tests, as I see.