|
楼主好,我的严格按照您的方式操作,编译的时候看起来没问题,test时报错如下:- -------------------------- Build-Tools -----------------------------------
- make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
- =========== FC (psmp) ===========
- mpif90 --version
- GNU Fortran (GCC) 11.2.0
- Copyright (C) 2021 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- =========== CC (psmp) ===========
- /opt/cp2k-toolchain/install/gcc-11.2.0/bin/gcc --version
- gcc (GCC) 11.2.0
- Copyright (C) 2021 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- =========== AR (psmp) ===========
- ar V
- GNU ar (GNU Binutils for Ubuntu) 2.34
- Copyright (C) 2020 Free Software Foundation, Inc.
- This program is free software; you may redistribute it under the terms of
- the GNU General Public License version 3 or (at your option) any later version.
- This program has absolutely no warranty.
- ========== Make (psmp) ==========
- make --version
- GNU Make 4.2.1
- Built for x86_64-pc-linux-gnu
- Copyright (C) 1988-2016 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- ========= Python (psmp) =========
- /usr/bin/env python3 --version
- Python 3.8.10
- ----------------------- External Modules ---------------------------------
- make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
- DBCSR Version: 2.2.0 (2021-12-23)
- ---------------------------- Modules -------------------------------------
- Module system not installed.
- *************************** Testing started ****************************
- Invalid error code (-2) (error ring index 127 invalid)
- INTERNAL ERROR: invalid error code fffffffe (Ring Index out of range) in MPID_nem_tcp_init:373
- Invalid error code (-2) (error ring index 127 invalid)
- INTERNAL ERROR: invalid error code fffffffe (Ring Index out of range) in MPID_nem_tcp_init:373
- Fatal error in PMPI_Init_thread: Other MPI error, error stack:
- MPIR_Init_thread(586)..............:
- MPID_Init(224).....................: channel initialization failed
- MPIDI_CH3_Init(105)................:
- MPID_nem_init(324).................:
- MPID_nem_tcp_init(175).............:
- MPID_nem_tcp_get_business_card(401):
- MPID_nem_tcp_init(373).............: gethostbyname failed, node01 (errno 1)
- Fatal error in PMPI_Init_thread: Other MPI error, error stack:
- MPIR_Init_thread(586)..............:
- MPID_Init(224).....................: channel initialization failed
- MPIDI_CH3_Init(105)................:
- MPID_nem_init(324).................:
- MPID_nem_tcp_init(175).............:
- MPID_nem_tcp_get_business_card(401):
- MPID_nem_tcp_init(373).............: gethostbyname failed, node01 (errno 1)
- Could not parse feature flags.
- make[3]: *** [/opt/cp2k-9.1/Makefile:266: test] Error 1
- make[2]: *** [/opt/cp2k-9.1/Makefile:163: test] Error 2
- make[1]: *** [/opt/cp2k-9.1/Makefile:140: psmp] Error 2
- make: *** [Makefile:135: test] Error 2
复制代码 看起来好像是mpi的问题,您能帮忙看看吗,谢谢啦 |
|