24小时热门版块排行榜    

Znn3bq.jpeg
北京石油化工学院2026年研究生招生接收调剂公告
查看: 1193  |  回复: 3

lu_wei07

银虫 (小有名气)

[求助] siesta 安装出错

==> Incorporating information about present compilation (compiler and flags)
make[1]: Entering directory `/home/weilu/siesta2/siesta-3.1/Obj'
/home/weilu/intel/impi/3.2.0.011/bin64/mpif90 -c -g     `FoX/FoX-config --fcflags` -DMPI -DFC_HAVE_FLUSH -DFC_HAVE_ABORT -DTRANSIESTA   compinfo.F90
make[1]: Leaving directory `/home/weilu/siesta2/siesta-3.1/Obj'
#@rm -f compinfo.F90

make[1]: Entering directory `/home/weilu/siesta2/siesta-3.1/Obj/MPI'
/home/weilu/intel/impi/3.2.0.011/bin64/mpif90 -c -g   -I/home/weilu/intel/impi/3.2.0.011/include64/   /home/weilu/siesta2/siesta-3.1/Src/MPI/mpi__include.f90
if [ -z "4 8" ] ; then  make kind_explorer ; fi
The kind numbers for single and double precision reals follow
sh /home/weilu/siesta2/siesta-3.1/Src/MPI/generate.sh "4 8"
===> Generating module files from templates...
4 8
/home/weilu/intel/impi/3.2.0.011/bin64/mpif90 -c -g   -I/home/weilu/intel/impi/3.2.0.011/include64/   Interfaces.f90
/home/weilu/intel/impi/3.2.0.011/bin64/mpif90 -c -g   -I/home/weilu/intel/impi/3.2.0.011/include64/ -DMPI -DFC_HAVE_FLUSH -DFC_HAVE_ABORT   /home/weilu/siesta2/siesta-3.1/Src/MPI/mpi.F
Error: Can't open included file 'V_S.uses'
Error: Can't open included file 'VS.uses'
make[1]: *** [mpi.o] Error 1
make[1]: Leaving directory `/home/weilu/siesta2/siesta-3.1/Obj/MPI'
make: *** [libmpi_f90.a] Error 2
回复此楼

» 收录本帖的淘帖专辑推荐

第一性原理相关文档

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

这只是一场游戏
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

love5264

木虫 (正式写手)

【答案】应助回帖

感谢参与,应助指数 +1
你还是贴出来 make文件 让大家帮你看看吧
谋定而动
2楼2012-07-10 04:20:44
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lu_wei07

银虫 (小有名气)

#
# This file is part of the SIESTA package.
#
# Copyright (c) Fundacion General Universidad Autonoma de Madrid:
# E.Artacho, J.Gale, A.Garcia, J.Junquera, P.Ordejon, D.Sanchez-Portal
# and J.M.Soler, 1996-2006.
#
# Use of this software constitutes agreement with the full conditions
# given in the SIESTA license, as signed by all legitimate users.
#
.SUFFIXES:
.SUFFIXES: .f .F .o .a .f90 .F90

SIESTA_ARCH=x86_64-unknown-linux-gnu--Intel

FPP=
FPP_OUTPUT=
FC=/home/weilu/intel/impi/3.2.0.011/bin64/mpif90
RANLIB=ranlib

SYS=nag

SP_KIND=4
DP_KIND=8
KINDS=$(SP_KIND) $(DP_KIND)

FFLAGS=-g  
FPPFLAGS=-DMPI -DFC_HAVE_FLUSH -DFC_HAVE_ABORT
LDFLAGS=

ARFLAGS_EXTRA=

FCFLAGS_fixed_f=
FCFLAGS_free_f90=
FPPFLAGS_fixed_F=
FPPFLAGS_free_F90=

#BLAS_LIBS=libblas.a
#LAPACK_LIBS=dc_lapack.a liblapack.a
#BLACS_LIBS=
#SCALAPACK_LIBS=
LIBS=-L/home/weilu/intel/Compiler/11.1/072/mkl/lib/em64t  -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64  -lmkl_lapack -lmkl_intel_lp64 -lmkl_sequential -lmkl_lapack -lmkl_core -lpthread -i-static
#COMP_LIBS=dc_lapack.a liblapack.a libblas.a

NETCDF_LIBS=
NETCDF_INTERFACE=

#LIBS=$(SCALAPACK_LIBS) $(BLACS_LIBS) $(LAPACK_LIBS) $(BLAS_LIBS) $(NETCDF_LIBS)

#SIESTA needs an F90 interface to MPI
#This will give you SIESTA's own implementation
#If your compiler vendor offers an alternative, you may change
#to it here.
MPI_INTERFACE=libmpi_f90.a
MPI_INCLUDE=/home/weilu/intel/impi/3.2.0.011/include64/
DEFS_MPI=-DMPI


#Dependency rules are created by autoconf according to whether
#discrete preprocessing is necessary or not.
.F.o:
        $(FC) -c $(FFLAGS) $(INCFLAGS) $(FPPFLAGS) $(FPPFLAGS_fixed_F)  $<
.F90.o:
        $(FC) -c $(FFLAGS) $(INCFLAGS) $(FPPFLAGS) $(FPPFLAGS_free_F90) $<
.f.o:
        $(FC) -c $(FFLAGS) $(INCFLAGS) $(FCFLAGS_fixed_f)  $<
.f90.o:
        $(FC) -c $(FFLAGS) $(INCFLAGS) $(FCFLAGS_free_f90)  $<

这是我第二次装siesta,第一次成功了,直接拷贝的第一次的arch.make 感觉没地方要改的啊???
这只是一场游戏
3楼2012-07-10 10:19:02
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lu_wei07

银虫 (小有名气)

搞定了,这不是arch.make 的问题,VS.uses ,V_S.uses是Obj/MPI 下新生成的,原来的Src/MPI 里面没有,所以我们要做的就是 吧Obj/MPI 下的这两个文件拷贝到Src/MPI ,然后 make 就好了
这只是一场游戏
4楼2012-07-12 11:45:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 lu_wei07 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 266求调剂 +17 阳阳哇塞 2026-04-07 17/850 2026-04-08 11:47 by i_cooler
[考研] 生物学328分求调剂 +6 闪电kkl 2026-04-08 6/300 2026-04-08 11:14 by lixin_bift
[考研] 308求调剂 +14 墨墨漠 2026-04-06 14/700 2026-04-08 09:49 by 猪会飞
[考研] 263分B区求调剂 +6 李nihao 2026-04-08 6/300 2026-04-08 09:38 by 南开小綦
[考研] 305求调剂 +3 77Qi 2026-04-07 3/150 2026-04-07 23:18 by jp9609
[考研] 作栽330调剂 +3 我要上好学 2026-04-02 4/200 2026-04-07 19:54 by biomichael
[考研] 081200-11408-276学硕求调剂 +6 崔wj 2026-04-02 6/300 2026-04-07 18:45 by 求调剂zz
[考研] 一志愿西电085401求调剂 +4 sunw1306 2026-04-07 4/200 2026-04-07 16:40 by 啵啵啵0119
[考研] 一志愿哈工大,初试329,求环境科学与工程调剂! +10 余未辛 2026-04-06 10/500 2026-04-07 15:44 by 上岸快快
[考研] 一志愿武理车辆专硕总分 281 求调剂 +4 上岸研究生. 2026-04-02 4/200 2026-04-07 09:52 by 加油向未来啊
[考研] 一志愿南航,数一英一学硕317求调剂!! +6 Acaciad 2026-04-04 6/300 2026-04-06 12:13 by 考研学校招点人
[考研] 353求调剂 +10 MayUxw1 2026-04-03 10/500 2026-04-05 09:23 by 无际的草原
[考研] 278求调剂 +14 范婷娜 2026-04-04 15/750 2026-04-04 22:15 by lqwchd
[考研] 298求调剂 +5 zzz,,r 2026-04-02 8/400 2026-04-04 19:55 by 蓝云思雨
[考研] 求调剂 +6 朔朔话 2026-04-02 7/350 2026-04-04 19:16 by 蓝云思雨
[考研] 材料考研调剂 +10 Gs大王 2026-04-02 10/500 2026-04-03 09:47 by 遗忘消失的灆
[考研] 一志愿陕西师范大学生物学317分 +5 1563日。 2026-04-02 5/250 2026-04-03 06:58 by ilovexiaobin
[考研] 一志愿武汉理工0856,初试334 +3 26考研材料 2026-04-02 3/150 2026-04-02 21:22 by dongzh2009
[考研] 298求B区调剂 +4 zzz,,r 2026-04-02 5/250 2026-04-02 12:17 by 土木硕士招生
[考研] 一志愿安徽大学计算机科学与技术学硕,331分求调剂 +5 蒋昌鹏qtj 2026-04-01 5/250 2026-04-02 08:10 by fxue1114
信息提示
请填处理意见