Skip to content

Regrouped lapack handling functions#1013

Merged
perazz merged 9 commits into
fortran-lang:masterfrom
loiseaujc:lapack_aux_functions
Jul 5, 2025
Merged

Regrouped lapack handling functions#1013
perazz merged 9 commits into
fortran-lang:masterfrom
loiseaujc:lapack_aux_functions

Conversation

@loiseaujc

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@perazz perazz left a comment

Copy link
Copy Markdown
Member

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

perazz commented Jul 4, 2025

Copy link
Copy Markdown
Member

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
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 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 2025
github-actions Bot added a commit to banana-bred/stdlib that referenced this pull request Jul 6, 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