24小时热门版块排行榜    

查看: 3213  |  回复: 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 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 一志愿中海洋材料工程专硕330分求调剂 +5 小材化本科 2026-03-18 5/250 2026-03-18 21:53 by 无懈可击111
[考研] 一志愿武理材料305分求调剂 +5 想上岸的鲤鱼 2026-03-18 6/300 2026-03-18 17:53 by 无际的草原
[考研] 26调剂/材料/英一数二/总分289/已过A区线 +7 步川酷紫123 2026-03-13 7/350 2026-03-18 17:12 by 尽舜尧1
[教师之家] 焦虑 +8 水冰月月野兔 2026-03-13 12/600 2026-03-18 15:27 by 咪呜喵呜
[考研] 0817 化学工程 299分求调剂 有科研经历 有二区文章 +7 rare12345 2026-03-18 7/350 2026-03-18 14:31 by laoshidan
[考研] 265求调剂 +3 梁梁校校 2026-03-17 3/150 2026-03-18 09:12 by zhukairuo
[基金申请] 被我言中:新模板不强调格式了,假专家开始管格式了 +4 beefly 2026-03-14 4/200 2026-03-17 22:04 by 黄鸟于飞Chao
[考研] 290求调剂 +6 孔志浩 2026-03-12 11/550 2026-03-17 14:41 by 周舟舟77
[考研] 302求调剂 +4 小贾同学123 2026-03-15 8/400 2026-03-17 10:33 by 小贾同学123
[考研] 11408 一志愿西电,277分求调剂 +3 zhouzhen654 2026-03-16 3/150 2026-03-17 07:03 by laoshidan
[考研] 318求调剂 +3 Yanyali 2026-03-15 3/150 2026-03-16 16:41 by houyaoxu
[考研] 321求调剂 +5 大米饭! 2026-03-15 5/250 2026-03-16 16:33 by houyaoxu
[考研] 中科大材料与化工319求调剂 +3 孟鑫材料 2026-03-14 3/150 2026-03-14 20:10 by ms629
[考研] 297一志愿上交085600求调剂 +5 指尖八千里 2026-03-14 5/250 2026-03-14 17:26 by a不易
[考研] 304求调剂 +6 Mochaaaa 2026-03-12 7/350 2026-03-13 22:18 by 星空星月
[考研] 304求调剂 +7 7712b 2026-03-13 7/350 2026-03-13 21:42 by peike
[考研] 材料专硕350 求调剂 +4 王金科 2026-03-12 4/200 2026-03-13 16:02 by ruiyingmiao
[考研] 295求调剂 +3 小匕仔汁 2026-03-12 3/150 2026-03-13 15:17 by vgtyfty
[考研] 290求调剂 +7 ADT 2026-03-12 7/350 2026-03-13 15:17 by JourneyLucky
[考研] 085600材料与化工 309分请求调剂 +7 dtdxzxx 2026-03-12 8/400 2026-03-13 14:43 by jxchenghu
信息提示
请填处理意见