24小时热门版块排行榜    

查看: 4602  |  回复: 22
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

[交流] 【求助】gromacs的又一个问题

我运行 gromcs,现在是没有原子数不等的问题了,但是又出现了这个问题:
    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  (-:

Option     Filename  Type         Description
------------------------------------------------------------
  -f      minim.mdp  Input, Opt!  grompp input file with MD parameters
-po      mdout.mdp  Output       grompp input file with MD parameters
  -c      total.gro  Input        Generic structure: gro g96 pdb tpr tpb tpa
                                   xml
  -r       conf.gro  Input, Opt.  Generic structure: gro g96 pdb tpr tpb tpa
                                   xml
-rb       conf.gro  Input, Opt.  Generic structure: gro g96 pdb tpr tpb tpa
                                   xml
  -n      index.ndx  Input, Opt.  Index file
-deshuf  deshuf.ndx  Output, Opt. Index file
  -p        sys.top  Input        Topology file
-pp  processed.top  Output, Opt. Topology file
  -o      input.tpr  Output       Generic run input: tpr tpb tpa xml
  -t       traj.trr  Input, Opt.  Full precision trajectory: trr trj
  -e       ener.edr  Input, Opt.  Generic energy: edr ene

      Option   Type  Value  Description
------------------------------------------------------
      -[no]h   bool     no  Print help info and quit
       -nice    int      0  Set the nicelevel
      -[no]v   bool    yes  Be loud and noisy
       -time   real     -1  Take frame at or first after this time.
         -np    int      1  Generate statusfile for # nodes
-[no]shuffle   bool     no  Shuffle molecules over nodes
   -[no]sort   bool     no  Sort molecules according to X coordinate
-[no]rmvsbds   bool    yes  Remove constant bonded interactions with virtual
                            sites
       -load string         Releative load capacity of each node on a
                            parallel machine. Be sure to use quotes around
                            the string, which should contain a number for
                            each node
    -maxwarn    int     10  Number of warnings after which input processing
                            stops
-[no]check14   bool     no  Remove 1-4 interactions without Van der Waals
  -[no]renum   bool    yes  Renumber atomtypes and minimize number of
                            atomtypes

creating statusfile for 1 node...
' for variable optimize_fft, using 'no'
Next time use one of: 'no' 'yes'

Back Off! I just backed up mdout.mdp to ./#mdout.mdp.3#
checking input for internal consistency...
calling /lib/cpp...
processing topology...
Generated 165 of the 1596 non-bonded parameter combinations
Excluding 3 bonded neighbours for drg 64
turning H bonds into constraints...
Excluding 2 bonded neighbours for SOL 218
turning H bonds into constraints...
processing coordinates...
double-checking input for internal consistency...
WARNING 1 [file "sys.top", line 37]:
  For minimization with LINCS constraints, lincs_iter should be 4 to 8.
There was 1 warning
-------------------------------------------------------
Program grompp, VERSION 3.3.1
Source code file: grompp.c, line: 1109

Fatal error:
There were 1 error(s) processing your input
-------------------------------------------------------

"Jesus Not Only Saves, He Also Frequently Makes Backups." (Myron Bradshaw)
我的sys.top是:
;
;       File 'sys.top' was generated
;       By user: zhu (503)
;       On host: apollo2
;       At date: Wed Mar 12 15:48:05 2008
;
;       This is your topology file
;       DRG
;
; Include forcefield parameters
#include "ffG53a6.itp"

; Include surfacetant topology
#include "drg.itp"

; Include water topology
#include "spce.itp"

#ifdef POSRES_WATER
; Position restraint for each water oxygen
[ position_restraints ]
;  i funct       fcx        fcy        fcz
   1    1       1000       1000       1000
#endif

; Include generic topology for ions
#include "ions.itp"

[ system ]
; Name
aok in water

[ molecules ]
; Compound        #mols
drg                 64

SOL               218
,而minim.mdp文件为:
; LINES STARTING WITH ';' ARE COMMENTS
title           = Minimization of AOK    ; Title of run

; The following lines tell the program the standard locations where to find cert
ain files
cpp             = /lib/cpp      ; Preprocessor
include         = -I../top      ; Directories to include in the topology format

; Parameters describing what to do, when to stop and what to save
integrator      = steep         ; Algorithm (steep = steepest descent minimizati
on)
emtol           = 1000.0  ; Stop minimization when the maximum force < 3000.0 kJ
/mol
nsteps          = 100000        ; Maximum number of (minimization) steps to perf
orm
nstenergy       = 10            ; Write energies to disk every nstenergy steps
nstxtcout       = 10            ; Write coordinates to disk every nstxtcout step
s
xtc_grps        = system               ; Which coordinate group(s) to write to d
isk
energygrps      = system               ; Which energy group(s) to write to disk

; Parameters describing how to find the neighbors of each atom and how to calcul
ate the interactions
nstlist         = 5             ; Frequency to update the neighbor list and long
range forces
ns_type         = simple        ; Method to determine neighbor list (simple, gri
d)
rlist             = 1.0 ; Cut-off for making neighbor list (short range forces)
coulombtype              = PME  ; Treatment of long range electrostatic interact
ions
rcoulomb                 = 1.0
fourierspacing       =0.12
pme_order            =4
ewald_rtol           =1e-5
optimize_fft         =yes
rvdw            = 1.0           ; long range Van der Waals cut-off
constraints     = hbonds        ; Bond types to replace by constraints
pbc             = xyz           ; Periodic Boundary Conditions (yes/no)

;freeze
;freezegrps               = SOL
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
引用回帖:
Originally posted by zenghai198 at 2011-03-09 13:19:10:
我也有相同的问题,无法生成.tpr文件,请问你的问题解决没有啊?谢谢!

解决了,是版本的问题,换了最新版本就没问题了。
22楼2011-03-09 15:40:58
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 23 个回答
引用回帖:
Originally posted by zyj8119 at 2010-12-22 14:20:15:
我运行 gromcs,现在是没有原子数不等的问题了,但是又出现了这个问题:
    This program is free software; you can redistribute it and/or
          modify it under the terms of the GNU General Public  ...

重金酬谢。。。
2楼2010-12-22 15:18:04
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

shengxiang

木虫 (著名写手)



zyj8119(金币+1):谢谢参与
引用回帖:
Originally posted by zyj8119 at 2010-12-22 14:20:15:
我运行 gromcs,现在是没有原子数不等的问题了,但是又出现了这个问题:
    This program is free software; you can redistribute it and/or
          modify it under the terms of the GNU General Public  ...

用过一段时间的GROMACS,但是你提到的这个问题还是第一次碰到……无能为了了~
3楼2010-12-22 16:10:49
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

mophyworld

金虫 (正式写手)


★ ★ ★
zyj8119(金币+1):谢谢参与
ghcacj(金币+2):谢谢 2010-12-23 15:52:35
Source code file: grompp.c, line: 1109
你可以查看下这行的代码,找到源头
4楼2010-12-22 16:54:22
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
简单回复
matao01114楼
2011-01-01 01:09   回复  
zyj8119(金币+1):谢谢参与
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 国自然面上复盘~欢迎讨论 (金币+5) +11 晴天加油 2026-08-26 12/600 2026-08-28 01:22 by li09465290@
[基金申请] 哪位高人中了,把查询到的截图贴出来让我看看,让我长长见识 +5 yuleib84 2026-08-26 6/300 2026-08-28 00:02 by yudaoqian88
[教师之家] 导师吐槽:我怎么摊上了这么个极品研究生! +7 苏东坡二世 2026-08-23 7/350 2026-08-27 18:14 by 瞬息宇宙
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +5 a089 2026-08-26 6/300 2026-08-27 14:05 by jonewore
[文学芳草园] 梦想 +3 myrtle 2026-08-26 3/150 2026-08-27 10:01 by angelyueyi
[教师之家] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +3 LIbGuocjEEYw 2026-08-26 4/200 2026-08-27 04:33 by Ie9AyIAvGbvs
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 LIbGuocjEEYw 2026-08-26 4/200 2026-08-27 02:01 by Ie9AyIAvGbvs
[基金申请] 2026年的国家社科基金项目通讯评审的新规则与新动向、新挑战 +7 process2012 2026-08-23 10/500 2026-08-26 19:23 by hmhminy
[基金申请] 2026国自然函评费到账 +22 羊腰板 2026-08-21 25/1250 2026-08-26 15:00 by zuocuiping
[基金申请] 2026年8月25日国自然放榜前突然收到列入评审专家邮件,有关系吗? +25 木水思豆 2026-08-25 28/1400 2026-08-26 14:53 by draco1987
[基金申请] 能否退出参与的面上项目解除限项 +23 koalala 2026-08-24 26/1300 2026-08-26 14:29 by 宝贝虫子
[基金申请] 为什么国自然不能直接公布 +4 bjdxyxy 2026-08-26 4/200 2026-08-26 13:12 by qingmu1201
[基金申请] 系统进不去 +4 yanglien 2026-08-26 5/250 2026-08-26 11:10 by wenfengw83
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
[基金申请] 今天务委会开完了,明天出结果吗 +19 angus9576 2026-08-25 23/1150 2026-08-26 10:03 by zp519
[基金申请] 明天应该可查了!? +6 chengyan1220 2026-08-23 6/300 2026-08-25 19:45 by zfd97
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +8 scalable 2026-08-24 8/400 2026-08-25 12:52 by jnhyjjm
[基金申请] 没有任何消息-是不是就凉了 +9 图啦图啦 2026-08-24 10/500 2026-08-25 11:59 by 南海小哥
[基金申请] 建议基金发布提前给出明确的时间点 +13 kulium 2026-08-21 16/800 2026-08-24 16:27 by superceng
[教师之家] 跳槽后在研项目怎么办? +5 简单化xn 2026-08-22 10/500 2026-08-23 12:38 by 简单化xn
信息提示
请填处理意见