Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

how to check fftw3, blas, lapack installed with raspa2 #46

Open
friendly0115 opened this issue Aug 19, 2019 · 8 comments
Open

how to check fftw3, blas, lapack installed with raspa2 #46

friendly0115 opened this issue Aug 19, 2019 · 8 comments

Comments

@friendly0115
Copy link

it there any information to show raspa2 installed with fftw3, blas and lapack?
during the configure process, it prints out
"checking for library containing ddot_... -lblas
checking for library containing dsyevd_... no
checking for library containing fftw_plan_dft_r2c_1d... -lfftw3
"
Are these showing whether the fftw3, blas, lapack can be used by raspa2?
But even if there is the library file of lapack ( liblapack.a ), the result of checking dsyevd is still "no".
Is it normal? or someone tells me something about this?

Thank you very much

@kumarvirendra
Copy link

There no no information available in output file regarding compiled library information.

@friendly0115
Copy link
Author

There no no information available in output file regarding compiled library information.

How to prepare the lib files of fftw3 blas and lapack? libfftw3f.a, libblas.a, liblapack.a?
Or, there is something or step i missed.

@kumarvirendra
Copy link

if all above library/packages are in your system path then during compilation it will auto detect.

@kumarvirendra
Copy link

check your config.log file:
configure:4136: gcc -o conftest -g -O2 conftest.c -llapack -lblas >&5
configure:4153: result: -llapack
configure:4199: gcc -o conftest -g -O2 conftest.c -lfftw3 -llapack -lblas >&5
configure:4216: result: -lfftw3

@kumarvirendra
Copy link

configure:4080: gcc -o conftest -g -O2 conftest.c -lblas >&5
configure:4097: result: -lblas

@friendly0115
Copy link
Author

configure:4080: gcc -o conftest -g -O2 conftest.c -lblas >&5
configure:4097: result: -lblas

thank you for your reply. but my results are -lfftw3 -lblas without -llapack.
can you show the details of installing lapack? i really don't know what wrong with my steps

@kumarvirendra
Copy link

Which Operating System(OS) you are using

@friendly0115
Copy link
Author

last time, i use the way "yum install lapack lapack-devel" on CentOS 7, then raspa2 could be installed with blas and lapack, but now when i use the same way "dnf installl lapack" on CentOS 8, it does not work, raspa2 can not find the lapack and blas. I still don't know what is the key for this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants