计算化学公社

 找回密码 Forget password
 注册 Register
Views: 725|回复 Reply: 2
打印 Print 上一主题 Last thread 下一主题 Next thread

[GROMACS] 求助:在做沥青质与蜡的相互作用模拟时出现LINCS warning系统崩溃无法解决

[复制链接 Copy URL]

2

帖子

0

威望

28

eV
积分
30

Level 2 能力者

跳转到指定楼层 Go to specific reply
楼主
本帖最后由 chwen 于 2024-12-11 11:36 编辑

我在做gromacs的模拟,在里面加入沥青质,C6,C7,C8H10,C25等分子。在跑模拟时一直崩溃,找不到解决方法。
输命令时没有warning提示,只有一个note
NOTE 1 [file eq.mdp]:
  The optimal PME mesh load for parallel simulations is below 0.5
  and for highly parallel simulations between 0.25 and 0.33,
  for higher performance, increase the cut-off and the PME grid spacing.


    因为我之前跑过类似的,因为我用acpype生成不了沥青质拓扑文件,我改用sobtop生成。所有可能是文件出问题,但我用体系里每个组分都与沥青质单独跑时,C6H14,C7H16成功,C6H12,C8H10,C25H52失败,失败的我重新生成文件也没用,成功的重跑还是成功了,所以我找不到问题所在。
    也有可能是mdp设置不合理,但我已经试过降低步长,减少温度,和精简组分等方法,也尝试过修改控压(温)时间常数等mdp设置但都没能稳定的运行,我们组偏应用,代码层面的问题几乎是不懂的,我找不到问题,希望有大佬可以帮忙找找问题。下面是各个mdp文件和warning,分子文件和生成分子的步骤都通过网盘挂在了评论区。本人一直找不到问题所在,希望大佬们指导一下
                         em.mdp
define =
integrator = cg
nsteps = 10000
emtol  = 50.0
emstep = 0.01
;
nstxout   =2000
nstlog    = 2000
nstenergy = 2000
;
pbc = xyz
cutoff-scheme            = Verlet
coulombtype              = PME
rcoulomb                    = 1.0
vdwtype                       = Cut-off
rvdw                             = 1.0
DispCorr                      = EnerPres
;
constraints                  = none



                                          eq.mdp
define =
integrator = md
dt         = 0.001   ; ps
nsteps     = 50000000 ; 50ns
comm-grps  = system
comm-mode  = Linear
energygrps = system
;
nstxout = 100000
nstvout = 100000
nstfout = 100000
nstlog  = 100000
nstenergy = 100000
nstxout-compressed = 100000
compressed-x-grps  = system
;
pbc = xyz
cutoff-scheme = Verlet
coulombtype   = PME
rcoulomb      = 1.0
vdwtype       = cut-off
rvdw          = 1.0
DispCorr      = EnerPres
;
Tcoupl  = V-rescale
tau-t   = 0.5
tc_grps = system
ref-t   = 293
gen-vel = no
gen-temp= 100
;
Pcoupl     = Berendsen
pcoupltype = isotropic
tau-p = 1.0
ref-p = 1.0
compressibility = 4.5e-5
;
annealing = single
annealing_npoints = 3
annealing_time = 0 3000 45000 ;ps
annealing_temp = 100 353.15 293.15
freezegrps  =
freezedim   =
constraints = hbonds
lincs_order  =


                                          prod.mdp
define =
integrator = md
dt         = 0.001  ; ps
nsteps     = 50000000 ; 50ns
comm-grps  = system
energygrps =
refcoord-scaling = com
;
nstxout = 100000
nstvout = 100000
nstfout = 100000
nstlog  = 100000
nstenergy = 100000
nstxout-compressed = 100000
compressed-x-grps  = system
;
pbc = xyz
cutoff-scheme = Verlet
coulombtype   = PME
rcoulomb      = 1.0
vdwtype       = cut-off
rvdw          = 1.0
DispCorr      = EnerPres
;
Tcoupl  = V-rescale
tau-t   = 0.5
tc-grps = system
ref-t   = 293
gen-vel = no
gen-temp= 100
;
Pcoupl     = parrinello-rahman
pcoupltype = isotropic
tau-p = 1.0
ref-p = 1.0
compressibility = 4.5e-5
;
annealing = single
annealing-npoints = 3
annealing-time = 0 3000 45000 ;ps
annealing-temp = 100 353.15 293.15
freezegrps  =
freezedim   =
constraints = hbonds
lincs_order =


                    下面是warning
GROMACS:      gmx mdrun, version 2020.6-MODIFIED
Executable:   C:\gmx2020.6_AVX2_CUDA_win64\gmx2020.6_GPU\bin\gmx.exe
Data prefix:  C:\gmx2020.6_AVX2_CUDA_win64\gmx2020.6_GPU
Working dir:  G:\chw\A1-C25
Command line:
  gmx mdrun -v -deffnm eq

Reading file eq.tpr, VERSION 2020.6-MODIFIED (single precision)
Changing nstlist from 10 to 100, rlist from 1 to 1

1 GPU selected for this run.
Mapping of GPU IDs to the 2 GPU tasks in the 1 rank on this node:
  PP:0,PME:0
PP tasks will do (non-perturbed) short-ranged interactions on the GPU
PP task will update and constrain coordinates on the CPU
PME tasks will do all aspects on the GPU
Using 1 MPI thread
Using 16 OpenMP threads


Non-default thread affinity set probably by the OpenMP library,
disabling internal thread affinity
starting mdrun 'mixbox'
50000000 steps,  50000.0 ps.
step 13300: timed with pme grid 84 84 84, coulomb cutoff 1.000: 148.0 M-cycles
step 13500: timed with pme grid 72 72 72, coulomb cutoff 1.157: 142.2 M-cycles
step 13700: timed with pme grid 64 64 64, coulomb cutoff 1.302: 188.1 M-cycles
step 13900: timed with pme grid 72 72 72, coulomb cutoff 1.157: 177.1 M-cycles
step 14100: timed with pme grid 80 80 80, coulomb cutoff 1.042: 165.1 M-cycles
step 14300: timed with pme grid 84 84 84, coulomb cutoff 1.000: 173.7 M-cycles
              optimal pme grid 72 72 72, coulomb cutoff 1.157
step 6373800, will finish Thu Dec  5 15:53:59 2024
Step 6373899, time 6373.9 (ps)  LINCS WARNING
relative constraint deviation after LINCS:
rms 0.000001, max 0.000012 (between atoms 756 and 784)
bonds that rotated more than 30 degrees:
atom 1 atom 2  angle  previous, current, constraint length
    759    785   44.9    0.0973   0.0973      0.0973

Step 6373900, time 6373.9 (ps)  LINCS WARNING
relative constraint deviation after LINCS:
rms 0.000001, max 0.000018 (between atoms 756 and 784)
bonds that rotated more than 30 degrees:
atom 1 atom 2  angle  previous, current, constraint length
    759    785   39.6    0.0973   0.0973      0.0973
step 6373900, will finish Thu Dec  5 15:53:58 2024
Step 6373901, time 6373.9 (ps)  LINCS WARNING
relative constraint deviation after LINCS:
rms 0.000002, max 0.000030 (between atoms 756 and 784)
bonds that rotated more than 30 degrees:
atom 1 atom 2  angle  previous, current, constraint length
    759    785   37.1    0.0973   0.0973      0.0973

Step 6373902, time 6373.9 (ps)  LINCS WARNING
relative constraint deviation after LINCS:
rms 0.000002, max 0.000042 (between atoms 756 and 784)
bonds that rotated more than 30 degrees:
atom 1 atom 2  angle  previous, current, constraint length
    759    785   35.9    0.0973   0.0973      0.0973

Step 6373903, time 6373.9 (ps)  LINCS WARNING
relative constraint deviation after LINCS:
rms 0.000002, max 0.000049 (between atoms 756 and 783)
bonds that rotated more than 30 degrees:
atom 1 atom 2  angle  previous, current, constraint length
    759    785   37.3    0.0973   0.0973      0.0973

Step 6374897, time 6374.9 (ps)  LINCS WARNING
relative constraint deviation after LINCS:
rms 0.000002, max 0.000033 (between atoms 729 and 767)
bonds that rotated more than 30 degrees:
atom 1 atom 2  angle  previous, current, constraint length
    759    785   55.8    0.0973   0.0973      0.0973

Step 6374898, time 6374.9 (ps)  LINCS WARNING
relative constraint deviation after LINCS:
rms 0.000002, max 0.000045 (between atoms 729 and 767)
bonds that rotated more than 30 degrees:
atom 1 atom 2  angle  previous, current, constraint length
    759    785   55.1    0.0973   0.0973      0.0973

-------------------------------------------------------
Program:     gmx mdrun, version 2020.6-MODIFIED
Source file: src\gromacs\mdlib\constr.cpp (line 224)

Fatal error:
Too many LINCS warnings (1000)
If you know what you are doing you can adjust the lincs warning threshold in
your mdp file
or set the environment variable GMX_MAXCONSTRWARN to -1,
but normally it is better to fix the problem

For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors


6万

帖子

99

威望

5万

eV
积分
120134

管理员

公社社长

2#
发表于 Post on 2024-12-5 16:34:50 | 只看该作者 Only view this author
北京科音自然科学研究中心http://www.keinsci.com)致力于计算化学的发展和传播,长期开办极高质量的各种计算化学类培训:初级量子化学培训班中级量子化学培训班高级量子化学培训班量子化学波函数分析与Multiwfn程序培训班分子动力学与GROMACS培训班CP2K第一性原理计算培训班,内容介绍以及往届资料购买请点击相应链接查看。这些培训是计算化学从零快速入门以及进一步全面系统性提升研究水平的高速路!培训各种常见问题见《北京科音办的培训班FAQ》
欢迎加入北京科音微信公众号获取北京科音培训的最新消息,并避免错过网上有价值的计算化学文章!
欢迎加入人气极高、专业性特别强的理论与计算化学综合交流群思想家公社QQ群(群号见此链接),合计达一万多人。北京科音培训班的学员在群中可申请VIP头衔,提问将得到群主Sobereva的最优先解答。
思想家公社的门口Blog:http://sobereva.com(发布大量原创计算化学相关博文)
Multiwfn主页:http://sobereva.com/multiwfn(十分强大、极为流行的量子化学波函数分析程序)
Google Scholar:https://scholar.google.com/citations?user=tiKE0qkAAAAJ
ResearchGate:https://www.researchgate.net/profile/Tian_Lu

2

帖子

0

威望

28

eV
积分
30

Level 2 能力者

3#
 楼主 Author| 发表于 Post on 2024-12-5 17:17:12 | 只看该作者 Only view this author
sobereva 发表于 2024-12-5 16:34
http://sobereva.com/soft/Sobtop#FAQ8

老师抱歉,这个问题我没有注意到。我在下面补充了文件的网盘链接,如果您有空可以帮忙看一下吗。
通过百度网盘分享的文件:分子文件
链接:https://pan.baidu.com/s/10EbUZcMOlgMVHwTDBWrP8A?pwd=1234
提取码:1234

本版积分规则 Credits rule

手机版 Mobile version|北京科音自然科学研究中心 Beijing Kein Research Center for Natural Sciences|京公网安备 11010502035419号|计算化学公社 — 北京科音旗下高水平计算化学交流论坛 ( 京ICP备14038949号-1 )|网站地图

GMT+8, 2025-8-15 07:23 , Processed in 0.275493 second(s), 26 queries , Gzip On.

快速回复 返回顶部 返回列表 Return to list