|
本帖最后由 gog 于 2022-7-11 22:12 编辑
倒是支持。2021.4 的intel编译器
附: 官网编译 Readme文件
Please note that the BLAS/LAPACK implementation used by CP2K needs to be thread-safe (OpenMP). Examples are the sequential variant of the Intel MKL, the Cray libsci, the OpenBLAS OpenMP variant and the reference BLAS/LAPACK packages. If compiling with MKL, users must define -D__MKL to ensure the code is thread-safe. MKL with multiple OpenMP threads in CP2K requires that CP2K was compiled with the Intel compiler. If the cpp precompiler is used in a separate precompilation step in combination with the Intel Fortran compiler, -D__INTEL_COMPILER must be added explicitly (the Intel compiler sets __INTEL_COMPILER otherwise automatically). |
|