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

test fgsl_linalg_qrpt_lssolve2 in linalg fails #39

Open
reinh-bader opened this issue Mar 23, 2024 · 2 comments
Open

test fgsl_linalg_qrpt_lssolve2 in linalg fails #39

reinh-bader opened this issue Mar 23, 2024 · 2 comments
Assignees

Comments

@reinh-bader
Copy link
Owner

build with ifx causes one test in linalg (fgsl_linalg_qrpt_lssolve2:x) to fail

Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2024.0.2 Build 20231213
OS: Ubuntu 20.04.6 LTS / executing under WSL 2

@reinh-bader reinh-bader self-assigned this Mar 23, 2024
@reinh-bader
Copy link
Owner Author

reinh-bader commented May 28, 2024

Depending on compiler and platform, the solution vector oscillates between [ 2.,-1.,0.] and [1.,0.,1.]. Further investigation will be needed.

@reinh-bader reinh-bader changed the title ifx build: test in linalg fails test fgsl_linalg_qrpt_lssolve2 in linalg fails Jun 6, 2024
@reinh-bader
Copy link
Owner Author

reinh-bader commented Jun 6, 2024

Further observation: It is already the prior call to fgsl_linalg_qrpt_decomp with a rank-deficient argument a that produces divergent results. The test is commented out for now. Next step would be to reproduce this in C.

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

No branches or pull requests

1 participant