dgesvx segfault #1060
Unanswered
matheusdiogenesandrade
asked this question in
Q&A
dgesvx segfault
#1060
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again.
I am trying to use the dgesvx function, however, I am having some problems with it. So, I am trying to solve the system Ax = b, for A n by n symmetric. Below I placed an octave code showing the desired operation.
Which gives the following output.
So, I tried to replicate the above code in fortran, using the dgesvx function. Below I placed the fortran code.
After compiling the above program
gfortran dgesvx_example.f90 -llapack -o main
and running it./main
, we obtain the following error.Interestingly, calling the function dgesv, produces no error.
Does anyone have any hint for this?
Regards.
Beta Was this translation helpful? Give feedback.
All reactions