|
社长大大,早上好,我安装的是centos8.5, cp2k9.1,编译器是intell 2018,安装后发现报错如下,psmp安装有问题,ssmp能用,local下有ssmp 、sopt两个版本,没有psmp.。我知道Version popt is now an alias for psmp with OMP_NUM_THREADS=1. Version sopt is now an alias for ssmp with OMP_NUM_THREADS=1.
Discovering programs ...
Makefile:146: warning: overriding recipe for target 'popt'
Makefile:140: warning: ignoring old recipe for target 'popt'
/opt/cp2k91/Makefile:146: warning: overriding recipe for target 'popt'
/opt/cp2k91/Makefile:140: warning: ignoring old recipe for target 'popt'
Version popt is now an alias for psmp with OMP_NUM_THREADS=1.
Version sopt is now an alias for ssmp with OMP_NUM_THREADS=1.
/opt/cp2k91/Makefile:51: /opt/cp2k91/arch/local.psmp: No such file or directory
make[2]: *** No rule to make target '/opt/cp2k91/arch/local.psmp'. Stop.
make[1]: *** [/opt/cp2k91/Makefile:140: psmp] Error 2
make[1]: *** Waiting for unfinished jobs....
/opt/cp2k91/Makefile:51: /opt/cp2k91/arch/local.psmp: No such file or directory
make[2]: *** No rule to make target '/opt/cp2k91/arch/local.psmp'. Stop.
make[1]: *** [/opt/cp2k91/Makefile:147: popt] Error 2
make -C /opt/cp2k91/exts/dbcsr -f /opt/cp2k91/exts/build_dbcsr/Makefile \
ARCHFILE=/opt/cp2k91/arch/local.ssmp \
LIBDIR=/opt/cp2k91/lib/local/ssmp/exts/dbcsr \
OBJDIR=/opt/cp2k91/obj/local/ssmp/exts/dbcsr \
USE_ACCEL="" \
ACC="" \
ACCFLAGS=""
make -C /opt/cp2k91/exts/dbcsr -f /opt/cp2k91/exts/build_dbcsr/Makefile \
ARCHFILE=/opt/cp2k91/arch/local.ssmp \
LIBDIR=/opt/cp2k91/lib/local/ssmp/exts/dbcsr \
OBJDIR=/opt/cp2k91/obj/local/ssmp/exts/dbcsr \
USE_ACCEL="" \
ACC="" \
ACCFLAGS=""
Removing stale archives for ssmp ...
Removing stale archives for ssmp ...
Removing stale archives ...
Removing stale archives ...
Resolving dependencies ...
Resolving dependencies ...
Resolving dependencies for ssmp ...
Resolving dependencies for ssmp ...
echo git:d8d7100 > "/opt/cp2k91/obj/git-ref.tmp"
echo git:d8d7100 > "/opt/cp2k91/obj/git-ref.tmp"
make: *** [Makefile:135: all] Error 2
|
|