Skip to content
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

fix some DMD issues #959

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

dklyuchinskiy
Copy link
Contributor

@dklyuchinskiy dklyuchinskiy commented Dec 12, 2023

fix some DMD issues

  1. add DMD tests into CMakeLists
  2. init variable SSUM before call of LASSQ to prevent error exit with info = -8 or info = -10

Related to #960.

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (c2255a8) 0.00% compared to head (4787915) 0.00%.

Files Patch % Lines
SRC/cgedmd.f90 0.00% 4 Missing ⚠️
SRC/dgedmd.f90 0.00% 4 Missing ⚠️
SRC/sgedmd.f90 0.00% 4 Missing ⚠️
SRC/zgedmd.f90 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #959   +/-   ##
=======================================
  Coverage    0.00%    0.00%           
=======================================
  Files        1930     1930           
  Lines      190413   190421    +8     
=======================================
- Misses     190413   190421    +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dklyuchinskiy dklyuchinskiy marked this pull request as ready for review December 12, 2023 08:14
@langou langou merged commit db501d9 into Reference-LAPACK:master Dec 12, 2023
14 checks passed
@langou
Copy link
Contributor

langou commented Dec 12, 2023

Thanks @dklyuchinskiy. Good catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants