24小时热门版块排行榜    

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

等待的心

金虫 (正式写手)

[交流] 【求助】程序出错 已有3人参与

昨天用一台四核的pc,安装的是RHE 4.0的系统 安装了intel 11.1的编译器,用mpich2-1.2.1p1完成了对siesta-3.0-rc1的编译,使用任务完成了对anatase的晶格优化,优化结果很好。想进一步完成对anatase 101面的结构优化,可这时候问题出现了,提交任务后,所有任务都是死进程,半天没有反应,CPU,内存占用率都为零。
望各位高手能帮帮我。

以下附上我的arch.make文件还有输入文件。
#
# 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- .
#
# 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=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= -lpthread

ARFLAGS_EXTRA=

FCFLAGS_fixed_f=
FCFLAGS_free_f90=
FPPFLAGS_fixed_F=
FPPFLAGS_free_F90=

BLAS_LIBS=/home/fangwei/intel/mkl/10.2.4.032/lib/em64t/libmkl_gf_lp64.a /home/f
angwei/intel/mkl/10.2.4.032/lib/em64t/libmkl_def.so /home/fangwei/intel/mkl/10.
2.4.032/lib/em64t/libmkl_blacs_intelmpi_lp64.a /home/fangwei/intel/mkl/10.2.4.0
32/lib/em64t/libmkl_intel_lp64.a /home/fangwei/intel/mkl/10.2.4.032/lib/em64t/l
ibmkl_core.a /home/fangwei/intel/mkl/10.2.4.032/lib/em64t/libmkl_sequential.a /
home/fangwei/intel/mkl/10.2.4.032/lib/em64t/libmkl_intel_thread.a /home/fangwei
/intel/mkl/10.2.4.032/lib/em64t/libmkl_intel_sp2dp.a
LAPACK_LIBS= /home/fangwei/intel/mkl/10.2.4.032/lib/em64t/libmkl_lapack95_lp64.
a
BLACS_LIBS=
SCALAPACK_LIBS= /home/fangwei/intel/mkl/10.2.4.032/lib/em64t/libmkl_scalapack_l
p64.a

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/fangwei/mpich2/include/
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)  $<

输入文件
# FDF file for Anatase101
# General System descriptors
SystemName Anatase101   # Descriptive name of the system
SystemLabel            Anatase101     # Short name for naming files
NumberOfAtoms           108            # Number of atoms
NumberOfSpecies         2            # Number of species
%block Chemical_Species_Label
  1   22   Ti
  2    8    O
%endblock Chemical_Species_Label
PAO.BasisSize      DZP
PAO.EnergyShift    0.01 eV
PAO.SplitNorm      0.5
# Lattice, coordinates, k-sampling
AtomicCoordinatesFormat Fractional
AtomicCoorFormatOut     Fractional
%block AtomicCoordinatesAndAtomicSpecies
0.86320    0.00000    0.03417    1
0.00000    0.00000    0.19847    1
.......
%endblock AtomicCoordinatesAndAtomicSpecies
LatticeConstant     10.2093 Ang
%block LatticeVectors
  1.000  0.000  0.000
  0.000  1.110  0.000
  0.000  0.000  2.092
%endblock LatticeVectors
%block kgrid_Monkhorst_Pack
2 0 0 0
0 2 0 0
0 0 1 0
%endblock kgrid_Monkhorst_Pack
# DFT, Grid, SCF
XC.functional           GGA         # Exchange-correlation functional type
XC.authors              PBE         # Particular parametrization of xc func
SpinPolarized           .false.     # Spin unpolarized calculation
MeshCutoff              160. Ry     # Equivalent planewave cutoff for the grid
MaxSCFIterations        1000         # Maximum number of SCF iterations per step
DM.MixingWeight         0.3         # New DM amount for next SCF cycle
DM.Tolerance            1.d-4       # Tolerance in maximum difference
DM.NumberPulay          3           # Number of SCF steps between pulay mixing
# Eigenvalue problem: order-N or diagonalization
SolutionMethod          Diagon      # OrderN or Diagon
ElectronicTemperature   25 meV        # Temp. for Fermi smearing
# Molecular dynamics and relaxations
MD.TypeOfRun            cg          # Type of dynamics:
MD.MaxForceTol          0.03 eV/Ang
# Output options
WriteCoorInitial     
WriteCoorStep      
WriteForces         
WriteKpoints            .false.
WriteEigenvalues        .false.
WriteKbands             .false.
WriteBands              .false.
WriteMullikenPop        3            # Write Mulliken Population Analysis
WriteCoorXmol           .false.
WriteMDCoorXmol         .false.
WriteMDhistory          .false.
WriteCoorXmol           .false.
XML.Write               .false.
# Options for saving/reading information
DM.UseSaveDM                         # Use DM Continuation files
MD.UseSaveXV            .false.      # Use stored positions and velocities
MD.UseSaveCG            .false.      # Use stored positions and velocities
SaveRho                              # Write valence pseudocharge at the mesh
SaveDeltaRho                         # Write RHOscf-RHOatm at the mesh
SaveElectrostaticPotential .false.   # Write the total elect. pot. at the mesh
SaveTotalPotential      .false.      # Write the total pot. at the mesh
WriteSiestaDim          .false.      # Write minimum dim to siesta.h and stop
WriteDenchar                         # Write information for DENCHAR



[ Last edited by 等待的心 on 2010-6-12 at 15:00 ]
回复此楼
waitingisbeautiful!
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

163.com

金虫 (著名写手)

实习版主


zzy870720z(金币+1):谢谢交流 2010-06-13 07:58:17
等待的心(金币+2): 2010-06-13 08:35:51
用kill命令将siesta全部杀掉,把CPU调小重试
阿什顿联
2楼2010-06-13 00:15:17
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangguangping

木虫 (著名写手)

★ ★
等待的心(金币+18):感谢你的帮助 后来我使用ifort9和mpich1完成了编译 已经可以计算了 2010-06-19 23:14:05
zzy870720z(金币+2):感谢指导 2010-06-20 13:10:49
引用回帖:
Originally posted by 等待的心 at 2010-06-12 07:58:19:
昨天用一台四核的pc,安装的是RHE 4.0的系统 安装了intel 11.1的编译器,用mpich2-1.2.1p1完成了对siesta-3.0-rc1的编译,使用任务完成了对anatase的晶格优化,优化结果很好。想进一步完成对anatase 101面的结构优 ...

你的问题不知道搞定了没有,建议你不要用ifort11版本去编译。试一下10或者9的版本,然后用相应的安装好的ifort去编译mpich1或者openmpi先不要尝试mpich2.我用mpich2没有安装成功。但是mpich1和openmpi的安装的能够节点之内并行没有什么问题!这个是我的具体的安装过程http://muchong.com/bbs/viewthread.php?tid=1930406&fpage=2

[ Last edited by zhangguangping on 2010-6-19 at 14:17 ]
弘德明志博学笃行
3楼2010-06-19 21:13:21
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

identation

金虫 (著名写手)


小木虫(金币+0.5):给个红包,谢谢回帖
引用回帖:
Originally posted by zhangguangping at 2010-06-19 21:13:21:
你的问题不知道搞定了没有,建议你不要用ifort11版本去编译。试一下10或者9的版本,然后用相应的安装好的ifort去编译mpich1或者openmpi先不要尝试mpich2.我用mpich2没有安装成功。但是mpich1和openmpi的安装的能 ...

请教一下 如果用10版本的话 那我之前用intel11编译的其他程序会不会不能用啊? 谢谢
4楼2011-07-17 15:46:41
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangguangping

木虫 (著名写手)

引用回帖:
Originally posted by identation at 2011-07-17 08:46:41:
请教一下 如果用10版本的话 那我之前用intel11编译的其他程序会不会不能用啊? 谢谢

不会的。
弘德明志博学笃行
5楼2011-07-17 17:59:23
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 等待的心 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 277、学硕,求调剂 数一104, +11 瓶子PZ 2026-04-07 12/600 2026-04-07 23:30 by 一只好果子?
[考研] 307求调剂 +3 Youth@@ 2026-04-07 3/150 2026-04-07 22:00 by hemengdong
[考研] 305求调剂 +4 77Qi 2026-04-06 4/200 2026-04-07 20:06 by shanqishi
[考研] 0703总分331求调剂 +16 ZY-05 2026-04-04 20/1000 2026-04-07 18:00 by 蓝云思雨
[考研] 277工科求调剂 +10 1915668 2026-04-04 11/550 2026-04-06 23:53 by 心媛意北
[考研] (调剂)一志愿报考哈尔滨工业大学0857资源与环境专业378分考生 +7 狠狠加油 2026-04-05 8/400 2026-04-06 16:52 by momo皓
[考研] 一志愿武汉理工大学080200机械工程308分,求调剂 +4 终不似从前 2026-04-05 4/200 2026-04-06 11:46 by 考研学校招点人
[考研] 一志愿上海海洋大学083200食品学硕,求调剂,接受其他专业083200 +4 what张 2026-04-04 5/250 2026-04-05 14:07 by chw1980_0
[考研] 312求调剂 +3 Say Never 2026-04-04 3/150 2026-04-05 11:19 by guoweigw
[考研] 298求调剂 +7 manman511 2026-04-05 7/350 2026-04-05 10:29 by 唐沐儿
[考研] 一志愿江南大学085501机械工程专硕326分,本科佳木斯大学 +5 顾若浮生 2026-04-03 9/450 2026-04-05 09:57 by 1753564080
[考研] 282电子信息0854专硕调剂 +4 202451007219 2026-04-02 6/300 2026-04-04 21:55 by laoshidan
[考研] 求调剂 +6 朔朔话 2026-04-02 7/350 2026-04-04 19:16 by 蓝云思雨
[考研] 考研调剂 +3 15615482637 2026-04-03 3/150 2026-04-03 22:50 by ms629
[考研] 295求调剂 +3 尚偌呀 2026-04-03 4/200 2026-04-03 21:23 by zhq0425
[考研] 301求调剂 +14 A_JiXing 2026-04-01 14/700 2026-04-03 18:31 by ls刘帅
[考研] 338求调剂 +4 zzz,,r 2026-04-03 4/200 2026-04-03 16:39 by lijunpoly
[考研] 求调剂 +4 15064154688 2026-04-03 5/250 2026-04-03 15:07 by zrongyan
[考研] 266求调剂 +4 学员97LZgn 2026-04-02 4/200 2026-04-02 13:03 by yulian1987
[考研] 江苏科技大学招材料研究生 +4 Su032713. 2026-04-01 5/250 2026-04-01 22:03 by cccchenso
信息提示
请填处理意见