You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run a Fortran code that uses Hypre. The code runs flawlessly when the optimization flag -O3 is used to compile it, but without it or using the other flags (-O1 and -O2) the program always fail in runtime.
Debugging it with gdb, an Segmentation fault error is indicated in hypre_ijmatrixsetconstantvalues_().
I have tried both hypre 2.30 and hypre 2.32 (with openMP) and the error persists. I am currently using gfortran 12.3.0
Best regards!
The text was updated successfully, but these errors were encountered:
@victorapm unfortunately the code is not open source, I am working in a minimum reproducible example that I can share. I am going to post it here as soon as it is finished
Hi there!
I am trying to run a Fortran code that uses Hypre. The code runs flawlessly when the optimization flag
-O3
is used to compile it, but without it or using the other flags (-O1 and -O2) the program always fail in runtime.Debugging it with gdb, an Segmentation fault error is indicated in
hypre_ijmatrixsetconstantvalues_()
.I have tried both hypre 2.30 and hypre 2.32 (with openMP) and the error persists. I am currently using gfortran 12.3.0
Best regards!
The text was updated successfully, but these errors were encountered: