24小时热门版块排行榜    

查看: 2234  |  回复: 3

604758762

铁杆木虫 (正式写手)

[求助] Gromacs水中的溶菌酶npt平衡出错

RT,nvt平衡可以正常运行,但是到npt平衡时,会出错,grompp终止运行
下面是命令及错误信息:
[wanghj@c0103 donglixue]$ grompp_mpi -f npt.mdp -c em.gro -t nvt.cpt -p topol.top -o npt.tpr
                         :-)  G  R  O  M  A  C  S  (-:

                               Grunge ROck MAChoS

                            :-)  VERSION 4.5.5  (-:

        Written by Emile Apol, Rossen Apostolov, Herman J.C. Berendsen,
      Aldert van Buuren, P盲r Bjelkmar, Rudi van Drunen, Anton Feenstra,
        Gerrit Groenhof, Peter Kasson, Per Larsson, Pieter Meulenhoff,
           Teemu Murtola, Szilard Pall, Sander Pronk, Roland Schulz,
                Michael Shirts, Alfons Sijbers, Peter Tieleman,

               Berk Hess, David van der Spoel, and Erik Lindahl.

       Copyright (c) 1991-2000, University of Groningen, The Netherlands.
            Copyright (c) 2001-2010, The GROMACS development team at
        Uppsala University & The Royal Institute of Technology, Sweden.
            check out http://www.gromacs.org for more information.

         This program is free software; you can redistribute it and/or
          modify it under the terms of the GNU General Public License
         as published by the Free Software Foundation; either version 2
             of the License, or (at your option) any later version.

                              :-)  grompp_mpi  (-:

Option     Filename  Type         Description
------------------------------------------------------------
  -f        npt.mdp  Input        grompp input file with MD parameters
-po      mdout.mdp  Output       grompp input file with MD parameters
  -c         em.gro  Input        Structure file: gro g96 pdb tpr etc.
  -r       conf.gro  Input, Opt.  Structure file: gro g96 pdb tpr etc.
-rb       conf.gro  Input, Opt.  Structure file: gro g96 pdb tpr etc.
  -n      index.ndx  Input, Opt.  Index file
  -p      topol.top  Input        Topology file
-pp  processed.top  Output, Opt. Topology file
  -o        npt.tpr  Output       Run input file: tpr tpb tpa
  -t        nvt.cpt  Input, Opt!  Full precision trajectory: trr trj cpt
  -e       ener.edr  Input, Opt.  Energy file

Option       Type   Value   Description
------------------------------------------------------
-[no]h       bool   no      Print help info and quit
-[no]version bool   no      Print version info and quit
-nice        int    0       Set the nicelevel
-[no]v       bool   no      Be loud and noisy
-time        real   -1      Take frame at or first after this time.
-[no]rmvsbds bool   yes     Remove constant bonded interactions with virtual
                            sites
-maxwarn     int    0       Number of allowed warnings during input
                            processing. Not for normal use and may generate
                            unstable systems
-[no]zero    bool   no      Set parameters for bonded interactions without
                            defaults to zero instead of generating an error
-[no]renum   bool   yes     Renumber atomtypes and minimize number of
                            atomtypes

Ignoring obsolete mdp entry 'title'

Back Off! I just backed up mdout.mdp to ./#mdout.mdp.11#
Generated 332520 of the 332520 non-bonded parameter combinations
Generating 1-4 interactions: fudge = 0.5
Generated 332520 of the 332520 1-4 parameter combinations
Excluding 3 bonded neighbours molecule type 'Protein_chain_A'
turning all bonds into constraints...
Excluding 2 bonded neighbours molecule type 'SOL'
turning all bonds into constraints...
Excluding 1 bonded neighbours molecule type 'CL'
turning all bonds into constraints...
Analysing residue names:
There are:   129    Protein residues
There are: 10824      Water residues
There are:     8        Ion residues
Analysing Protein...
Analysing residues not classified as Protein/DNA/RNA/Water and splitting into groups...
Number of degrees of freedom in T-Coupling group Protein is 3895.83
Number of degrees of freedom in T-Coupling group non-Protein is 64965.17

WARNING 1 [file npt.mdp]:
  You are using pressure coupling with absolute position restraints, this
  will give artifacts. Use the refcoord_scaling option.

Reading Coordinates, Velocities and Box size from old trajectory
Will read whole trajectory
Last frame         -1 time    6.300   
Using frame at t = 6.3 ps
Starting time for run is 0 ps
Largest charge group radii for Van der Waals: 0.163, 0.160 nm
Largest charge group radii for Coulomb:       0.172, 0.165 nm
Calculating fourier grid dimensions for X Y Z
Using a fourier grid of 45x45x45, spacing 0.156 0.156 0.156
Estimate for the relative computational load of the PME mesh part: 0.25
This run will generate roughly 399 Mb of data

There was 1 warning

-------------------------------------------------------
Program grompp_mpi, VERSION 4.5.5
Source code file: grompp.c, line: 1584

Fatal error:
Too many warnings (1), grompp_mpi terminated.
If you are sure all warnings are harmless, use the -maxwarn option.
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
-------------------------------------------------------

"I Caught It In the Face" (P.J. Harvey)

但是在在命令后面加-maxwarn 3 时,即 grompp_mpi -f npt.mdp -c em.gro -t nvt.cpt -p topol.top -o npt.tpr -maxwarn 3就可以正常了,请问这个错误该怎么解决呢?
回复此楼
已阅   关注TA 给TA发消息 送TA红花 TA的回帖

zh1987hs

金虫 (著名写手)

分子模拟新手

【答案】应助回帖

★ ★ ★
感谢参与,应助指数 +1
604758762: 金币+3, 有帮助 2012-05-03 21:12:05
You are using pressure coupling with absolute position restraints, this
  will give artifacts. Use the refcoord_scaling option.

这句话是不是提醒了你在mdp文件里加上refcoord_scaling选项?
2楼2012-04-26 10:00:34
已阅   关注TA 给TA发消息 送TA红花 TA的回帖

604758762

铁杆木虫 (正式写手)

引用回帖:
2楼: Originally posted by zh1987hs at 2012-04-26 10:00:34:
You are using pressure coupling with absolute position restraints, this
  will give artifacts. Use the refcoord_scaling option.

这句话是不是提醒了你在mdp文件里加上refcoord_scaling选项?

是这样的吗?我看它的命令里面没有这句话哎,如果要加,加在哪个位置呢?
3楼2012-04-26 10:54:29
已阅   关注TA 给TA发消息 送TA红花 TA的回帖

andylau286

铁虫 (小有名气)

【答案】应助回帖

★ ★ ★ ★ ★
感谢参与,应助指数 +1
zh1987hs: 金币+2, 谢谢 2012-04-26 21:15:03
604758762: 金币+3, 有帮助 2012-05-03 21:11:50
WARNING 1 [file npt.mdp]:
  You are using pressure coupling with absolute position restraints, this
  will give artifacts. Use the refcoord_scaling option

这个不算错误,只是系统提示你,你正在用压力耦合,这会给系统带来人工成分,可能会影响到严谨性。
但这个错误是无害的,可以在命令的最后加 “ -maxwarn 1 "就可以运行了,
希望在这个平台学到新东西的同时交到更多好朋友
4楼2012-04-26 21:11:19
已阅   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 604758762 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 315分,诚求调剂,材料与化工085600 +3 13756423260 2026-03-22 3/150 2026-03-22 20:11 by edmund7
[考研] 284求调剂 +5 Zhao anqi 2026-03-22 5/250 2026-03-22 17:38 by barlinike
[考研] 306求调剂 +5 来好运来来来 2026-03-22 5/250 2026-03-22 16:17 by BruceLiu320
[考研] 一志愿中南化学(0703)总分337求调剂 +9 niko- 2026-03-19 10/500 2026-03-22 16:08 by ColorlessPI
[考研] 生物学调剂 +5 Surekei 2026-03-21 5/250 2026-03-22 14:39 by tcx007
[考研] 资源与环境 调剂申请(333分) +5 holy J 2026-03-21 5/250 2026-03-21 22:42 by Catalysis25
[考研] 求调剂 +4 要好好无聊 2026-03-21 4/200 2026-03-21 18:57 by 学员8dgXkO
[考研] 268求调剂 +9 简单点0 2026-03-17 9/450 2026-03-21 15:37 by lature00
[考研] 085601调剂 358分 +3 zzzzggh 2026-03-20 4/200 2026-03-21 10:21 by luoyongfeng
[考研] 070300化学319求调剂 +7 锦鲤0909 2026-03-17 7/350 2026-03-21 03:46 by JourneyLucky
[考研] 材料工程(专)一志愿985 初试335求调剂 +3 hiloiy 2026-03-17 4/200 2026-03-21 03:04 by JourneyLucky
[考研] 一志愿武理材料305分求调剂 +6 想上岸的鲤鱼 2026-03-18 7/350 2026-03-21 01:03 by JourneyLucky
[考研] 304求调剂 +7 司空. 2026-03-18 7/350 2026-03-20 23:08 by JourneyLucky
[考研] 一志愿南京理工大学085701资源与环境302分求调剂 +4 葵梓卫队 2026-03-18 6/300 2026-03-20 23:02 by JourneyLucky
[考研] 一志愿武汉理工材料工程专硕调剂 +9 Doleres 2026-03-19 9/450 2026-03-20 22:36 by JourneyLucky
[考研] 一志愿苏州大学材料求调剂,总分315(英一) +5 sbdksD 2026-03-19 5/250 2026-03-20 22:10 by luoyongfeng
[考研] 0817 化学工程 299分求调剂 有科研经历 有二区文章 +22 rare12345 2026-03-18 22/1100 2026-03-20 20:39 by zhukairuo
[论文投稿] 申请回稿延期一个月,编辑同意了。但系统上的时间没变,给编辑又写邮件了,没回复 10+3 wangf9518 2026-03-17 4/200 2026-03-19 23:55 by babero
[考研] 085600材料与化工调剂 324分 +10 llllkkkhh 2026-03-18 12/600 2026-03-19 14:33 by llllkkkhh
[考研] 283求调剂 +3 听风就是雨; 2026-03-16 3/150 2026-03-17 07:41 by 热情沙漠
信息提示
请填处理意见