24小时热门版块排行榜    

查看: 3214  |  回复: 8

entassadar

新虫 (初入文坛)

[交流] vasp 5.4.1 安装报错 electron_lhf.F(35): error #7002: 已有4人参与

mpif90 -free -names lowercase -assume byterecl -FR -heap-arrays -O1 -ip -I/home/py/fftw/include -c electron_lhf.f90
electron_lhf.F(35): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.
  USE choleski
------^
electron_lhf.F(73): error #6457: This derived type name has not been declared.   [HAM_HANDLE]
  TYPE (ham_handle)  HAMILTONIAN
--------^
electron_lhf.F(74): error #6457: This derived type name has not been declared.   [TAU_HANDLE]
  TYPE (tau_handle)  KINEDEN
--------^
electron_lhf.F(75): error #6457: This derived type name has not been declared.   [TYPE_INFO]
  TYPE (type_info)   T_INFO
--------^
electron_lhf.F(76): error #6158: The structure-name is invalid or is missing.
  TYPE (potcar)      P(T_INFO%NTYP)
-----------------------^
electron_lhf.F(84): error #6457: This derived type name has not been declared.   [DYNAMICS]
  TYPE (dynamics)    DYN
--------^
electron_lhf.F(85): error #6457: This derived type name has not been declared.   [INFO_STRUCT]
  TYPE (info_struct) INFO
--------^
electron_lhf.F(86): error #6457: This derived type name has not been declared.   [IN_STRUCT]
  TYPE (in_struct)   IO
--------^
electron_lhf.F(87): error #6457: This derived type name has not been declared.   [MIXING]
  TYPE (mixing)      MIX
--------^
electron_lhf.F(88): error #6457: This derived type name has not been declared.   [KPOINTS_STRUCT]
  TYPE (kpoints_struct) KPOINTS
--------^
electron_lhf.F(89): error #6457: This derived type name has not been declared.   [SYMMETRY]
  TYPE (symmetry)    SYMM
--------^
electron_lhf.F(98): error #6457: This derived type name has not been declared.   [ENERGY]
  TYPE (energy)      E
--------^
electron_lhf.F(108): error #6158: The structure-name is invalid or is missing.
  COMPLEX(q)  CSTRF(GRIDC%MPLWV,T_INFO%NTYP)! structure factor
--------------------------------^
electron_lhf.F(120): error #6457: This derived type name has not been declared.   [GRIDQUANT]
  TYPE (GRIDQUANT) :: POT_EXX
--------^
electron_lhf.F(130): error #6158: The structure-name is invalid or is missing.
  REAL(q) :: DESUM1,DESUM(INFO%NELM), EXHF_DUMMY
--------------------------^
electron_lhf.F(12): error #6404: This name does not have a type, and must have an explicit type.   [INFO]
     T_INFO,DYN,INFO,IO,MIX,KPOINTS,SYMM,GRID,GRID_SOFT, &
----------------^
electron_lhf.F(174): error #6460: This is not a field name that is defined in the encompassing structure.   [LCORR]
  INFO%LCORR=.TRUE.
-------^
electron_lhf.F(174): error #6303: The assignment operation or the binary expression operation is invalid for the data types of the two operands.
  INFO%LCORR=.TRUE.
-------------^
electron_lhf.F(176): error #6460: This is not a field name that is defined in the encompassing structure.   [NELM]
  NELM=INFO%NELM
------------^
electron_lhf.F(182): error #6404: This name does not have a type, and must have an explicit type.   [IO]
  IF (IO%IU0>=0) WRITE(IO%IU0,142)
------^
electron_lhf.F(182): error #6460: This is not a field name that is defined in the encompassing structure.   [IU0]
  IF (IO%IU0>=0) WRITE(IO%IU0,142)
---------^
electron_lhf.F(189): error #6460: This is not a field name that is defined in the encompassing structure.   [LMIX]
  INFO%LMIX=.FALSE.
-------^
electron_lhf.F(189): error #6303: The assignment operation or the binary expression operation is invalid for the data types of the two operands.
  INFO%LMIX=.FALSE.
------------^
electron_lhf.F(202): error #6404: This name does not have a type, and must have an explicit type.   [POT_EXX]
  CALL ALLOCATE_GRID_QUANTITY(POT_EXX,  GRID_SOFT, WDES%NCDIJ)
------------------------------^
electron_lhf.F(205): error #6404: This name does not have a type, and must have an explicit type.   [MIX]
  MIX%MIXPRE=MOD(MIX%MIXPRE,10)+10
--^
electron_lhf.F(205): error #6460: This is not a field name that is defined in the encompassing structure.   [MIXPRE]
  MIX%MIXPRE=MOD(MIX%MIXPRE,10)+10
------^
electron_lhf.F(205): warning #7319: This argument's data type is incompatible with this intrinsic procedure; procedure assumed EXTERNAL.   [MOD]
  MIX%MIXPRE=MOD(MIX%MIXPRE,10)+10
-----------------^
electron_lhf.F(205): error #6363: The intrinsic data types of the arguments must be the same.   [MOD]
  MIX%MIXPRE=MOD(MIX%MIXPRE,10)+10
----------------------------^
electron_lhf.f90(1077): catastrophic error: Too many errors, exiting
compilation aborted for electron_lhf.f90 (code 1)
make[2]: *** [electron_lhf.o] 错误 1
make[2]: Leaving directory `/home/py/下载/vasp/vasp.5.4.1/build/std'
cp: 无法获取"vasp" 的文件状态(stat): 没有那个文件或目录
make[1]: *** [all] 错误 1
make[1]: Leaving directory `/home/py/下载/vasp/vasp.5.4.1/build/std'
make: *** [std] 错误 2

报错情况如上。。本渣渣并非计算机专业。。不懂如何解决。。还请大师们指点。。谢谢。。
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

nfer

金虫 (正式写手)


小木虫: 金币+0.5, 给个红包,谢谢回帖
楼主的fortran版本是不是有点低了

[ 发自手机版 http://muchong.com/3g ]
2楼2017-06-21 18:10:32
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

entassadar

新虫 (初入文坛)

引用回帖:
2楼: Originally posted by nfer at 2017-06-21 18:10:32
楼主的fortran版本是不是有点低了

应该不是,我在虚拟机里用同样的 Fortran 可以成功编译5.4.1,到服务器的机子上就开始报错了
3楼2017-06-21 18:17:02
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

李苍龙35

金虫 (正式写手)

顶一个
4楼2017-06-23 10:42:41
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

quantumfang

至尊木虫 (职业作家)

小木虫中医研究院院长

5楼2017-06-26 00:44:49
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

quantumfang

至尊木虫 (职业作家)

小木虫中医研究院院长


小木虫: 金币+0.5, 给个红包,谢谢回帖
报错信息说的明白,fftw include路径

发自小木虫Android客户端
6楼2017-06-26 00:45:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

entassadar

新虫 (初入文坛)

引用回帖:
5楼: Originally posted by quantumfang at 2017-06-26 00:44:49
fftw没有编译

有编译。。
7楼2017-06-28 17:13:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

entassadar

新虫 (初入文坛)

引用回帖:
6楼: Originally posted by quantumfang at 2017-06-26 00:45:54
报错信息说的明白,fftw include路径

fftw/include 路径应该没有错。。编译前面的步骤也有成功调用了 fftw/include 但是一到这步就会 error。。。
8楼2017-06-28 17:15:00
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

ludongxiao

新虫 (初入文坛)


小木虫: 金币+0.5, 给个红包,谢谢回帖
我也遇到了同样的问题,请问您是怎么解决的啊
9楼2018-09-13 10:15:05
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 entassadar 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 国自科面上基金字体 +7 iwuli 2026-03-12 8/400 2026-03-19 08:55 by sjtu2012
[考研] 能源材料化学课题组招收硕士研究生8-10名 +4 脱颖而出 2026-03-16 11/550 2026-03-19 08:11 by 脱颖而出
[考研] 321求调剂 +3 何润采123 2026-03-18 3/150 2026-03-18 21:27 by li123456789.
[考研] 085600材料与化工 +5 安全上岸! 2026-03-16 5/250 2026-03-18 15:33 by cmz0325
[考研] 化学工程321分求调剂 +15 大米饭! 2026-03-15 18/900 2026-03-18 14:52 by haxia
[考研] 311求调剂 +6 26研0 2026-03-15 6/300 2026-03-18 14:43 by haxia
[考研] 材料与化工一志愿南昌大学327求调剂推荐 +8 Ncdx123456 2026-03-13 9/450 2026-03-18 14:40 by haxia
[考研] 302求调剂 +10 呼呼呼。。。。 2026-03-17 10/500 2026-03-18 12:45 by Linda Hu
[考研] 312求调剂 +8 陌宸希 2026-03-16 9/450 2026-03-18 12:39 by Linda Hu
[考博] 环境领域全国重点实验室招收博士1-2名 +3 QGZDSYS 2026-03-13 5/250 2026-03-18 11:13 by QGZDSYS
[考研] 307求调剂 +3 冷笙123 2026-03-17 3/150 2026-03-18 09:55 by macy2011
[考研] 265求调剂 +3 梁梁校校 2026-03-17 3/150 2026-03-18 09:12 by zhukairuo
[考研] 278求调剂 +5 烟火先于春 2026-03-17 5/250 2026-03-18 08:43 by 星空星月
[考研] 277调剂 +5 自由煎饼果子 2026-03-16 6/300 2026-03-17 19:26 by 李leezz
[考研] 有没有道铁/土木的想调剂南林,给自己招师弟中~ +3 TqlXswl 2026-03-16 7/350 2026-03-17 15:23 by TqlXswl
[考研] 材料与化工专硕调剂 +5 heming3743 2026-03-16 5/250 2026-03-17 14:03 by 勇敢太监王公公
[考研] 药学383 求调剂 +3 药学chy 2026-03-15 4/200 2026-03-16 20:51 by 元子^0^
[考研] 求老师收留调剂 +4 jiang姜66 2026-03-14 5/250 2026-03-15 20:11 by Winj1e
[考研] 22408总分284求调剂 +3 InAspic 2026-03-13 3/150 2026-03-15 11:10 by zhq0425
[考研] 297求调剂 +4 学海漂泊 2026-03-13 4/200 2026-03-14 11:51 by 热情沙漠
信息提示
请填处理意见