vasp编译时出现错误 #6784 #6633 #6634
在编译vasp.5.4.4时出现以下错误:
main.F(3146): error #6784: The number of actual arguments cannot be greater than the number of dummy arguments. [CHAIN_FORCE]
CALL CHAIN_FORCE(T_INFO%NIONS,DYN%POSION,TOTEN,TIFOR, &
-----------^
main.F(3147): error #6633: The type of the actual argument differs from the type of the dummy argument. [B]
TSIF,LATT_CUR%A,LATT_CUR%B,IO%IU6)
------------------------------------^
main.F(3147): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [B]
TSIF,LATT_CUR%A,LATT_CUR%B,IO%IU6)
------------------------------------^
compilation aborted for main.f90 (code 1)
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/public/vasp.5.4.4/build/std'
cp: cannot stat `vasp': No such file or directory
make[1]: *** [all] Error 1
make[1]: Leaving directory `/public/vasp.5.4.4/build/std'
make: *** [std] Error 2
请问各位大神,这种情况如何解决呢?
返回小木虫查看更多
京公网安备 11010802022153号
我在编译时候没有遇到问题,但是重新编译时候遇到了这个问题.
我也出现了同样的问题,请问你解决了吗?
重新安装后就好了
,
内容已删除