-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Problem when compiling OpenBLAS #3922
Comments
Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: This is the Error |
Lets check your environment.
To try
If it still fails we get into deeper debugging. |
Is there any particular reason why you need to use 0.3.7 from more than three years ago (except that this seems to have been when the tutorial was written) ? Please try to build a more recent release (substitute 0.3.21 for the 0.3.7 in the wget) |
Looking into instructions Second command should repeat all settings from first one: If they do not match - make will build another copy of library - multithreaded, with detected CPU. EDIT: |
Hi, I am trying to compile OpenBLAS for abinit. Here is the tutorial:
https://docs.abinit.org/tutorial/abinit_build/#how-to-compile-blas-and-lapack
When I tried to use Make TARGET=NEHALEM, it gave me an error:
I am using a linux system with gfortran.
The text was updated successfully, but these errors were encountered: