-
Notifications
You must be signed in to change notification settings - Fork 122
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
Compilation Error #626
Comments
Those look like missing LAPACK/BLAS functions, so probably your |
I compiled these libraries without prompting any errors and completed the compilation successfully. |
The problems seem to be related to scalapack, but I'm not getting errors when I compile it either. |
It could be the link order: can you paste the final failing link command? It might well be that you need to link LAPACK after ScaLAPACK so that dependencies of ScaLAPACK on LAPACK can be resolved, e.g. via
|
Ok, thanks for the suggestion, I'll try it. |
Hello, sir.
I'm compiling QUIP in parallel and I'm getting this error. May I ask what this is due to? I would be grateful for any advice.
The text was updated successfully, but these errors were encountered: