|
本帖最后由 kkwang 于 2023-5-20 08:17 编辑
请问楼主,安装elpa-2021.11.002.tar.gz时遇到下面的报错信息该如何解决?
checking what threading level is supported by the MPI library... no
configure: WARNING: Your MPI implementation does not provide a sufficient threading level for OpenMP
configure: WARNING: You do have several options:
configure: WARNING: * disable OpenMP (--disable-openmp): this will ensure correct results, but maybe some performance drop
configure: WARNING: * use an MPI-library with the required threading support level (see the INSTALL and USER_GUIDE): this will
configure: WARNING: ensure correct results and best performance
configure: WARNING: * allow ELPA at runtime to change the number of threads to 1 by setting "--enable-runtime-threading-support-checks
configure: WARNING: --enable-allow-thread-limiting --without-threading-support-check-during-build": this will ensure correct results, but
configure: WARNING: maybe not the best performance (depends on the threading of your blas/lapack libraries), see the USER_GUIDE
configure: WARNING: * switch of the checking of threading support "--disable-runtime-threading-support-checks
configure: WARNING: --without-threading-support-check-during-build: DO THIS AT YOUR OWN RISK! This will be fast, but might
configure: WARNING: (depending on your MPI library sometimes) lead to wrong results
configure: error: You do have to take an action of the choices above!
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop. |
|