| 查看: 3374 | 回复: 22 | ||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | ||
qianbj2006木虫 (正式写手)
|
[求助]
编译vasp的lib时就出错,求指点
|
|
|
麻烦帮忙看一下~~编译vasp的lib时就出错,错误信息如下 root@sjtu-ThinkPad-SL:/home/sjtu/Downloads/vasp4.6/vasp/vasp.4.lib# make ifort -O0 -FI -FR -c dlexlib.f dlexlib.f(4): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(5): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(73): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(74): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ ----------^ #中间重复,很多6683和7002错误# --------------------^ dlexlib.f(964): error #6592: This symbol must be a defined parameter, an enumerator, or an argument of an inquiry function that evaluates to a compile-time constant. [Q] PARAMETER (TINY=1.E-10_q,MAXINT=2147483647.E0_q) ----------------------------^ dlexlib.f(964): error #6975: A kind-param must be a digit-string or a scalar-int-constant-name [Q] PARAMETER (TINY=1.E-10_q,MAXINT=2147483647.E0_q) ----------------------------^ dlexlib.f(1084): catastrophic error: Too many errors, exiting compilation aborted for dlexlib.f (code 1) make: *** [dlexlib.o] Error 1 makefile文件基本没改 只改了FC=ifort 全文: root@sjtu-ThinkPad-SL:/home/sjtu/Downloads/vasp4.6/vasp/vasp .SUFFIXES: .inc .f .F #----------------------------------------------------------------------- # Makefile for Portland Group F90/HPF compiler # the makefile was tested only under Linux on Intel platforms # however it might work on other platforms as well # # this release of vasp.4.lib contains lapack v2.0 # this can be compiled with pgf90 compiler if the option -O1 is used # # Mind: one user reported that he had to copy preclib.F diolib.F # dlexlib.F and drdatab.F to the directory vasp.4.4, compile the files # there and link them directly into vasp # for no obvious reason these files could not be linked from the library # #----------------------------------------------------------------------- # C-preprocessor CPP = gcc -E -P -C $*.F >$*.f FC=ifort CFLAGS = -O FFLAGS = -O0 -FI FREE = -FR DOBJ = preclib.o timing_.o derrf_.o dclock_.o diolib.o dlexlib.o drdatab.o #----------------------------------------------------------------------- # general rules #----------------------------------------------------------------------- libdmy.a: $(DOBJ) lapack_double.o linpack_double.o lapack_atlas.o -rm libdmy.a ar vq libdmy.a $(DOBJ) # files which do not require autodouble lapack_min.o: lapack_min.f $(FC) $(FFLAGS) $(NOFREE) -c lapack_min.f lapack_double.o: lapack_double.f $(FC) $(FFLAGS) $(NOFREE) -c lapack_double.f lapack_single.o: lapack_single.f $(FC) $(FFLAGS) $(NOFREE) -c lapack_single.f lapack_atlas.o: lapack_atlas.f $(FC) $(FFLAGS) $(NOFREE) -c lapack_atlas.f linpack_double.o: linpack_double.f $(FC) $(FFLAGS) $(NOFREE) -c linpack_double.f linpack_single.o: linpack_single.f $(FC) $(FFLAGS) $(NOFREE) -c linpack_single.f .c.o: $(CC) $(CFLAGS) -c $*.c .F.o: $(CPP) $(FC) $(FFLAGS) $(FREE) $(INCS) -c $*.f .F.f: $(CPP) .f.o: $(FC) $(FFLAGS) $(FREE) $(INCS) -c $*.f |
» 猜你喜欢
博士读完未来一定会好吗
已经有21人回复
导师想让我从独立一作变成了共一第一
已经有5人回复
到新单位后,换了新的研究方向,没有团队,持续积累2区以上论文,能申请到面上吗
已经有11人回复
读博
已经有4人回复
JMPT 期刊投稿流程
已经有4人回复
心脉受损
已经有5人回复
Springer期刊投稿求助
已经有4人回复
小论文投稿
已经有3人回复
Bioresource Technology期刊,第一次返修的时候被退回好几次了
已经有9人回复
申请2026年博士
已经有6人回复
» 本主题相关价值贴推荐,对您同样有帮助:
新手编译vasp出错,求高人指点
已经有3人回复
vasp5.2 openmpi+intel+mkl编译,能量正值问题
已经有7人回复
vasp并行测试时出错。
已经有7人回复
vasp 并行运算出错
已经有7人回复
vasp 编译出错 (求助)
已经有9人回复
编译vasp出错
已经有11人回复
【求助】VASP LIB 的编译出现下面的问题,是什么原因?
已经有3人回复
【求助】VASP编译出错
已经有5人回复
【求助】VASP考虑自旋轨道耦合的话,如何编译
已经有17人回复
【求助】vasp编译时,报错:cannot find -lmkl_em64t
已经有11人回复
【求助】VASP 编译出错
已经有24人回复
qianbj2006
木虫 (正式写手)
- 应助: 6 (幼儿园)
- 金币: 3155
- 散金: 105
- 红花: 2
- 帖子: 343
- 在线: 124.5小时
- 虫号: 652871
- 注册: 2008-11-12
- 专业: 半导体材料
10楼2011-11-24 09:11:11
qianbj2006
木虫 (正式写手)
- 应助: 6 (幼儿园)
- 金币: 3155
- 散金: 105
- 红花: 2
- 帖子: 343
- 在线: 124.5小时
- 虫号: 652871
- 注册: 2008-11-12
- 专业: 半导体材料
|
/root下的.bashrc加了 source /opt/intel/composer_xe_2011_sp1/bin/compilervars.sh intel64 export PATH=$PATH:/opt/intel/composer_xe_2011_sp1.7.256/bin export PATH=$PATH:/usr/bin vasp.4.lib下的文件有 ls crayerrf.F lapack_single_1.1.f makefile.rs6000_p1 dclock_.c lapack_single.f makefile.sgi dclock.c linpack_double.f makefile.sp2 dclock_ds20.c linpack_single.f makefile.sun dclock_.o makefile makefile.t3d dclock_simple.c makefile~ makefile.t3e derrf_.c makefile.cray makefile.vpp derrf.c makefile.dec preclib.f derrf_.o makefile.fujitsu preclib.F derrf_t3d.c makefile.hp preclib.o diolib.f makefile.hpux_itanium ptimers.f diolib.F makefile.linux ptimers.h diolib.o makefile.linux_abs README.lapack dlexlib.f makefile.linux_alpha sclock_cray.F dlexlib.F makefile.linux_efc_itanium sclock_nec.F dlexlib.s makefile.linux_ifc_ath sclock_t3d.F drdatab.F makefile.linux_ifc_opt serrf.c errf.F makefile.linux_ifc_P4 stripnr fujitsu.F makefile.linux_ifc_P4~ timing_.c itmtv.s makefile.linux_pg timing.c lapack_atlas.f makefile.linux_pgi_opt timing_ds20.c lapack_double_1.1.f makefile.nec timing.fujitsu.F lapack_double.f makefile.rs6000 timing_.o |
2楼2011-11-23 21:46:15
qianbj2006
木虫 (正式写手)
- 应助: 6 (幼儿园)
- 金币: 3155
- 散金: 105
- 红花: 2
- 帖子: 343
- 在线: 124.5小时
- 虫号: 652871
- 注册: 2008-11-12
- 专业: 半导体材料
3楼2011-11-23 21:52:51
qianbj2006
木虫 (正式写手)
- 应助: 6 (幼儿园)
- 金币: 3155
- 散金: 105
- 红花: 2
- 帖子: 343
- 在线: 124.5小时
- 虫号: 652871
- 注册: 2008-11-12
- 专业: 半导体材料
4楼2011-11-23 21:58:24













回复此楼