Skip to content

Regrouped lapack handling functions #1013

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

Merged
merged 9 commits into from
Jul 5, 2025

Conversation

loiseaujc
Copy link
Contributor

Simple PR following #1001

  • Move handle_potrf_info to the auxliary function module.
  • Fix imports and handle_potrf_info signature.
  • Move handle_getri_info
  • Moved handle_gesdd_info and signature.
  • Moved handle_gesv_info and signature.
  • Moved handle_gees_info
  • Moved handle_geqrf_info
  • Moved handle_orgqr_info
  • Moved handle_gelsd, handle_geev, handle_ggev, handle_heev

@loiseaujc
Copy link
Contributor Author

Seems like a test with loadtxt is failing, which is odd since I've never touch this function or module.

Copy link
Member

@perazz perazz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this PR @loiseaujc, LGTM. I think it is useful to expose these generalized LAPACK error handling routines in a more structured way.

@perazz
Copy link
Member

perazz commented Jul 4, 2025

Seems like a test with loadtxt is failing, which is odd since I've never touch this function or module.

Tried everything, but we will never understand what's going on with loadtxt (though I suspect some open file/ concurrency issues when tests are run with openmp or multithreaded)

@perazz perazz merged commit 7b572c7 into fortran-lang:master Jul 5, 2025
17 of 18 checks passed
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
@loiseaujc loiseaujc deleted the lapack_aux_functions branch July 5, 2025 13:55
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
github-actions bot added a commit to banana-bred/stdlib that referenced this pull request Jul 5, 2025
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.

3 participants