Hi, Mark,<br><br>Thanks for the reply.<br><br>As suggested, I tried a &quot;water in vacuum&quot; case. Initially the water droplet is a cubic 4nm-by-4nm-by-4nm water box, located in the middle of the simulation box. Everywhere else is just vacuum. The simulation box size is 8nm by 8nm by 8nm. SPC/E model is used to describe interaction between water molecules.<br>
<br>Such system is first equilibrated with &quot;steep&quot; option.<br><br>The &quot;mdrun&quot; simulation goes with no problem with parallel running on 32 cpus, even though there are occasionaly one or two water molecules move very fast (Mean square displacement being 200 times fast than bulk water) in the vacuum.<br>
<br>When I switch to 64 cpus, the error &quot;X particles communicated to PME node Y are more than a cell length out of the domain decomposition cell of their charge group&quot; appears.<br><br>Below is the parameter file I&#39;m using.<br>
<br>------------------------------------<br>integrator               = md<br>tinit                    = 0<br>dt                       = 0.002<br>nsteps                   = 5000000<br><br>comm-mode                = Linear<br>
nstcomm                  = 1<br>comm-grps                = <br><br>energygrps               = <br><br>nstlist                  = 1<br>ns_type                  = grid<br>pbc                      = xyz<br>rlist                    = 1.5<br>
<br>coulombtype              = PME<br>rcoulomb-switch          = 0<br>rcoulomb                 = 1.5<br>epsilon-r                = 1<br><br>vdw-type                 = Cut-off ;Switch<br>rvdw-switch              = 1.0<br>rvdw                     = 1.5<br>
<br>fourierspacing           = 0.12<br>fourier_nx               = 0<br>fourier_ny               = 0<br>fourier_nz               = 0<br>pme_order                = 4<br>ewald_rtol               = 1e-05<br>ewald_geometry           = 3d<br>
epsilon_surface          = 0<br>optimize_fft             = no<br><br>Tcoupl                   = nose-hoover<br>tc-grps                  = System<br>tau_t                    = 1.0<br>ref_t                    = 300<br><br>Pcoupl                   = no ;Parrinello-Rahman ;no ;berendsen<br>
Pcoupltype               = isotropic<br>tau_p                    = 1.0<br>compressibility          = 4.5e-5<br>ref_p                    = 1.0<br><br>gen_vel                  = no<br>gen_temp                 = 300<br>gen_seed                 = 2008<br>
<br>constraints              = none<br>constraint-algorithm     = Lincs<br>Shake-SOR                = no<br>shake-tol                = 1e-04<br>lincs-order              = 4<br>lincs-warnangle          = 30<br><br>energygrp_excl           = <br>
------------------------------------<br><br>Is there any parameters configuration wrong with the simulation? Or is there any way to go around this error?<br><br>Any tip is appreciated.<br>Thank you.<br><br>Best,<br>Yanbin<br>
<br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 02 Dec 2010 17:24:18 +1100<br>
From: Mark Abraham &lt;<a href="mailto:Mark.Abraham@anu.edu.au">Mark.Abraham@anu.edu.au</a>&gt;<br>
Subject: Re: [gmx-users] How to suppress the error &quot;X particles<br>
        communicated    to PME node Y are more than a cell length out of the<br>
        domain  decomposition cell of their charge group&quot;<br>
To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4CF73B92.40003@anu.edu.au">4CF73B92.40003@anu.edu.au</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 2/12/2010 4:16 PM, WU Yanbin wrote:<br>
&gt; Dear GMXers,<br>
&gt;<br>
&gt; I&#39;m running a simulation of water contact angle measurement on top of<br>
&gt; graphite surface.<br>
&gt; Initially a water cubic box is placed on two-layer graphite surface<br>
&gt; with the rest of the box being vacuum. The water droplet is relaxed<br>
&gt; during the simulation to develop a spherical shape.<br>
&gt;<br>
&gt; An error of &quot;X particles communicated to PME node Y are more than a<br>
&gt; cell length out of the domain decomposition cell of their charge<br>
&gt; group&quot; was encountered.<br>
&gt; And I have read the suggested solutions at the link below<br>
&gt; <a href="http://www.gromacs.org/Documentation/Errors#X_particles_communicated_to_PME_node_Y_are_more_than_a_cell_length_out_of_the_domain_decomposition_cell_of_their_charge_group" target="_blank">http://www.gromacs.org/Documentation/Errors#X_particles_communicated_to_PME_node_Y_are_more_than_a_cell_length_out_of_the_domain_decomposition_cell_of_their_charge_group</a>.<br>

&gt;<br>
&gt; I guess the reason for this error in my case is because of the vacuum<br>
&gt; such that the water molecules at the boundary of the droplet can move<br>
&gt; fast. I have check the trajectory and the simulation is OK.<br>
<br>
I doubt the simulation is OK. This error message is one of several that<br>
can happen when the system is not well-enough conditioned for the MD to<br>
be stable. See <a href="http://www.gromacs.org/Documentation/Terminology/Blowing_Up" target="_blank">www.gromacs.org/Documentation/Terminology/Blowing_Up</a>.<br>
Here, you have atoms moving much faster than GROMACS was engineered to<br>
expect.<br>
<br>
You should be confident that a water drop in a vacuum, and your graphite<br>
surface are both stable on their own before you try the wetting simulation.<br>
<br>
&gt;<br>
&gt; For this situation, is there a way of suppressing this error? Or what<br>
&gt; else can I do?<br>
<br>
Work out why it&#39;s poorly conditioned.<br>
<br>
Mark<br>
</blockquote></div>