Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

LAPACKE_zheevd is throwing an error "On entry to ZGESVD paramter 1 had an illegal value" #1102

Open
Jubin2607 opened this issue Feb 3, 2025 · 1 comment

Comments

@Jubin2607
Copy link

I have a visual studio project in VS2022 where I am using the Blas and lapacke libraries which is working fine.

I am trying to create a cmake project for the same VS2022 project and I'm successful in building the executable but while running I am getting an error while running LAPACKE_zhveevd as mentioned in header.

What could be the possible reason for the error?

@martin-frbg
Copy link
Collaborator

How are you calling lapacke_zheevd ? Parameter 1 in ZGESVD is your "jobz" value (the second parameter in LAPACKE_zheevd), which should be one of "A", "S", "O" or "N" supplied as a single character.

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

No branches or pull requests

2 participants