|
本帖最后由 Yara 于 2024-2-23 15:45 编辑
在./configure之后,fft库没有找到,具体如下:
......
The following libraries have been found:
BLAS_LIBS=$(TOPDIR)/external/lapack/libblas.a
LAPACK_LIBS=$(TOPDIR)/external/lapack/liblapack.a
SCALAPACK_LIBS=-lscalapack
FFT_LIBS=
Please check if this is what you expect.
If any libraries are missing, you may specify a list of directories
to search and retry, as follows:
./configure LIBDIRS="list of directories, separated by spaces"
Parallel environment detected successfully.\
Configured for compilation of parallel executables.
(操作系统是Rocky Linux 8.6,使用的默认编译器(具体我不太清楚...),可以使用2022和2023的oneapi(hpc)和mkl版本,目前还没有找到资源)
尝试过安装oneapi和mkl库,折腾好久发现系统比较旧都没办法成功安装,不知道有没有大佬有什么好的解决办法。拜谢!
|
|