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
{{ message }}
This repository was archived by the owner on May 28, 2020. It is now read-only.
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?
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