|
|
请教高手,编译 vasp 的时候,输入:make std 出现这样的提示,怎样解决。 我的是 intel 2018 ,求指点
[root@localhost ~]# cd vasp.5.4.4
[root@localhost vasp.5.4.4]# ls
arch bin build makefile README src
[root@localhost vasp.5.4.4]# cp arch/makefile.include.linux.intel
cp: missing destination file operand after 鈇rch/makefile.include.linux.intel?
Try 'cp --help' for more information.
[root@localhost vasp.5.4.4]# cp arch/makefile.include.linux_intel
cp: missing destination file operand after 鈇rch/makefile.include.linux_intel?
Try 'cp --help' for more information.
[root@localhost vasp.5.4.4]# cp arch/makefile.include.linux.intel .
cp: cannot stat 鈇rch/makefile.include.linux.intel? No such file or directory
[root@localhost vasp.5.4.4]# cp arch/makefile.include.linux_intel .
[root@localhost vasp.5.4.4]# ls
arch bin build makefile makefile.include.linux_intel README src
[root@localhost vasp.5.4.4]# make std
mkdir build/std ; \
cp src/makefile src/.objects makefile.include build/std ; \
make -C build/std VERSION=std all
cp: cannot stat 鈓akefile.include? No such file or directory
make[1]: Entering directory '/root/vasp.5.4.4/build/std'
makefile:24: makefile.include: No such file or directory
make[1]: *** No rule to make target 'makefile.include'. Stop.
make[1]: Leaving directory '/root/vasp.5.4.4/build/std'
make: *** [makefile:10: std] Error 2
[root@localhost vasp.5.4.4]# make all
mkdir build/std ; \
cp src/makefile src/.objects makefile.include build/std ; \
make -C build/std VERSION=std all
mkdir: cannot create directory 鈈uild/std? File exists
cp: cannot stat 鈓akefile.include? No such file or directory
make[1]: Entering directory '/root/vasp.5.4.4/build/std'
makefile:24: makefile.include: No such file or directory
make[1]: *** No rule to make target 'makefile.include'. Stop.
make[1]: Leaving directory '/root/vasp.5.4.4/build/std'
make: *** [makefile:10: std] Error 2
|
|