24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 1000  |  回复: 3
当前主题已经存档。
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

林子6682

新虫 (初入文坛)

[交流] 【求助】vasp安装出错,请帮忙!!

各位大哥!小弟我安装vasp的时候出错。
我用的编译器为intel 的ifort,数学库为mkl,我在编译vasp.4.lib的时候没有出现错误提示。而在编译vasp.4.6的时候,出现错误提示,如下:
yhl@yhl-desktop:~/vasp/vasp.4.6$ make
/opt/intel/Compiler/11.1/059/bin/ia32/ifort -FR -lowercase  -O3 -xW -tpp7   -c xcgrad.f90
ifort: command line remark #10148: option '-tp' not supported
xcgrad.f90(67): error #7013: This module file was not generated by any release of this compiler.   [PREC]
      USE prec
----------^
xcgrad.f90(73): error #7013: This module file was not generated by any release of this compiler.   [LATTICE]
      USE lattice
----------^
xcgrad.f90(77): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      IMPLICIT COMPLEX(q) (C)
-----------------------^
xcgrad.f90(79): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      IMPLICIT REAL(q) (A-B,D-H,O-Z)
--------------------^
xcgrad.f90(81): error #6457: This derived type name has not been declared.   [GRID_3D]
      TYPE (grid_3d)     GRIDC
------------^
xcgrad.f90(82): error #6457: This derived type name has not been declared.   [LATT]
      TYPE (latt)        LATT_CUR
------------^
xcgrad.f90(84): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      COMPLEX(q)  CHTOT(GRIDC%MPLWV),CWORK(GRIDC%MPLWV)
--------------^
xcgrad.f90(84): error #6158: The structure-name is invalid or is missing.
      COMPLEX(q)  CHTOT(GRIDC%MPLWV),CWORK(GRIDC%MPLWV)
------------------------^
xcgrad.f90(84): error #6158: The structure-name is invalid or is missing.
      COMPLEX(q)  CHTOT(GRIDC%MPLWV),CWORK(GRIDC%MPLWV)
-------------------------------------------^
xcgrad.f90(85): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      REAL(q)       DENCOR(GRIDC%RL%NP)
-----------^
xcgrad.f90(85): error #6158: The structure-name is invalid or is missing.
      REAL(q)       DENCOR(GRIDC%RL%NP)
---------------------------^
xcgrad.f90(86): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      REAL(q)     XCSIF(3,3)
-----------^
xcgrad.f90(88): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      COMPLEX(q),ALLOCATABLE:: CWGRAD(
--------------^
xcgrad.f90(89): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      REAL(q),ALLOCATABLE   :: DWORKG(,DWORK1(,DWORK2(,DWORK3(,DCHARG(
-----------^
xcgrad.f90(91): error #6535: This variable or component must be of a derived or structure type   [GRIDC]
      NP1=GRIDC%RL%NP
----------^
xcgrad.f90(91): error #6460: This is not a field name that is defined in the encompassing structure.   [RL]
      NP1=GRIDC%RL%NP
----------------^
xcgrad.f90(91): error #6460: This is not a field name that is defined in the encompassing structure.   [NP]
      NP1=GRIDC%RL%NP
-------------------^
xcgrad.f90(92): error #6460: This is not a field name that is defined in the encompassing structure.   [MPLWV]
      ALLOCATE(CWGRAD(GRIDC%MPLWV), &
----------------------------^
xcgrad.f90(92): error #6385: The highest data type rank permitted is INTEGER(KIND=8).   [MPLWV]
      ALLOCATE(CWGRAD(GRIDC%MPLWV), &
----------------------------^
xcgrad.f90(110): error #7013: This module file was not generated by any release of this compiler.   [PREC]
      USE prec
----------^
xcgrad.f90(117): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      IMPLICIT COMPLEX(q) (C)
-----------------------^
xcgrad.f90(119): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      IMPLICIT REAL(q) (A-B,D-H,O-Z)
--------------------^
xcgrad.f90(121): error #6457: This derived type name has not been declared.   [GRID_3D]
      TYPE (grid_3d)     GRIDC
------------^
xcgrad.f90(122): error #6457: This derived type name has not been declared.   [LATT]
      TYPE (latt)        LATT_CUR
------------^
xcgrad.f90(131): error #6683: A kind type parameter must be a compile-time constant.   [Q]
      COMPLEX(q) CHTOT(GRIDC%MPLWV),CWGRAD(GRIDC%MPLWV),CWORK(GRIDC%MPLWV)
--------------^
xcgrad.f90(131): error #6158: The structure-name is invalid or is missing.
      COMPLEX(q) CHTOT(GRIDC%MPLWV),CWGRAD(GRIDC%MPLWV),CWORK(GRIDC%MPLWV)
-----------------------^
(415): catastrophic error: Too many errors, exiting
compilation aborted for xcgrad.f90 (code 1)
make: *** [xcgrad.o] 閿欒

请教各位大哥,究竟是哪个地方出错了?请指正谢谢!
回复此楼

» 猜你喜欢

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zbb1223

铁杆木虫 (小有名气)

建议用这个方法编译,我今天下午刚刚编译成功
http://muchong.com/bbs/viewthread.php?tid=1332100&fpage=1
注意,这个方法需要fftw,具体的步骤我在93楼的回帖中有说明
4楼2010-03-07 17:26:52
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 4 个回答

王和禹

木虫 (小有名气)


小木虫(金币+0.5):给个红包,谢谢回帖交流
引用回帖:
Originally posted by 林子6682 at 2009-12-17 22:54:57:
各位大哥!小弟我安装vasp的时候出错。
我用的编译器为intel 的ifort,数学库为mkl,我在编译vasp.4.lib的时候没有出现错误提示。而在编译vasp.4.6的时候,出现错误提示,如下:
yhl@yhl-desktop:~/vasp/vasp.4 ...

楼主,我也要安装vasp,一样的问题多多,我们可以联系一下吗?
2楼2010-02-05 18:38:23
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

林子6682

新虫 (初入文坛)

楼上的,好啊!

楼上的朋友好啊,不过我董的真的不多!
3楼2010-03-06 23:11:55
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 297求调剂 +10 ljy20040718! 2026-04-03 11/550 2026-04-03 22:57 by linyelide
[考研] 本科211,293分请求调剂 +3 莲菜就是藕吧 2026-04-03 3/150 2026-04-03 21:34 by lbsjt
[考研] 求调剂 +8 akdhjs 2026-04-03 8/400 2026-04-03 18:17 by 戴维ING
[考研] 11408,284分,二战真诚求调剂 +4 12.27 2026-04-02 4/200 2026-04-03 14:14 by dxiaoxin
[考研] 081200-11408-276学硕求调剂 +6 崔wj 2026-04-02 6/300 2026-04-03 10:19 by 蓝云思雨
[考研] 289求调剂 +4 Acesczlo 2026-03-29 5/250 2026-04-03 10:09 by 不168
[考研] 312 化工或制药调剂 +8 小小墨123 2026-04-02 9/450 2026-04-03 09:12 by zhouxiaoyu
[考研] 一志愿大工学硕,求调剂 +4 yub0811 2026-04-02 4/200 2026-04-02 21:36 by 百灵童888
[考研] 298求调剂 +4 zzz,,r 2026-04-02 7/350 2026-04-02 18:57 by 1939136013狗壮
[考研] 一志愿华南师范大学-22408计算机-292分-求华南师范大学调剂 +4 爱读书的小鳄鱼 2026-04-02 4/200 2026-04-02 18:35 by 求调剂zz
[考研] 298求B区调剂 +4 zzz,,r 2026-04-02 5/250 2026-04-02 12:17 by 土木硕士招生
[考研] 354求调剂 +4 lxb598 2026-03-31 5/250 2026-04-02 09:55 by Jaylen.
[考研] 350求调剂 +7 阿佳~ 2026-03-31 7/350 2026-04-01 16:12 by yanflower7133
[硕博家园] 博一被送出联培感觉不适应怎么办 +3 全村的狗 2026-03-31 3/150 2026-04-01 10:44 by 328838485
[考研] 一志愿武理材料工程302调剂环化或化工 +15 Doleres 2026-03-31 16/800 2026-04-01 09:49 by lfj11
[考研] 085404 22408 315分 +5 zhuangyan123 2026-03-31 6/300 2026-03-31 13:48 by limeifeng
[考研] 266求调剂 +3 哇呼哼呼哼 2026-03-29 3/150 2026-03-31 10:06 by cal0306
[考研] 085600,专业课化工原理,320分求调剂 +6 大馋小子 2026-03-29 6/300 2026-03-31 10:03 by 氯化亚硝酰
[考研] 材料专硕 085600求调剂 +7 BBQ233 2026-03-30 7/350 2026-03-30 17:44 by oooqiao
[考研] 291求调剂 +5 Y-cap 2026-03-29 6/300 2026-03-29 13:18 by mumin1990
信息提示
请填处理意见