Dear Gromacs users,<br><br>I am performing MD simulation of an 14 units oligosaccharide on Gromacs 4.5.4. I am able to successfully do a 10 ns simulation on a DELL-precision workstation and also a 5ns simulation on tyrone cluster using a PBS script (shown below). However, when I am trying to proceed for further consecutive 5ns simulation, I get an error saying no domain decompositions error. I have tried changing the number of nodes by making it to 16 but it showed the same error. whereas, when I tried it on the same workstation as before, the mdrun
 has successfully executed. Please help me in letting me know what is 
the problem with the system and what parameters or argument I am missing
 while running it in tyrone cluster. I am providing the md.mdp parameter
 and the PBS script are also provided as attachments to this mail<br><b><br></b><b>the error is:</b><br><br>Program mdrun_mpi_d, VERSION 4.5.4<br>Source code file: domdec.c, line: 6436<br><br>Fatal error:<br>There is no domain decomposition for 32 nodes that is compatible with the given box and a minimum cell size of 1.33444 nm<br>
Change the number of nodes or mdrun option -rdd or -dds<br>Look in the log file for details on the domain decomposition<br>For more information and tips for troubleshooting, please check the GROMACS<br>website at <a href="http://www.gromacs.org/Documentation/Errors">http://www.gromacs.org/Documentation/Errors</a><br>
<br><b>and the PBS script is as below:</b><br><br>#!/bin/sh<br>#PBS -N test<br>#PBS -l nodes=1:ppn=32:debug<br>#PBS -l walltime=2:00:00<br>#PBS -S /bin/sh<br>#PBS -j oe<br><br>curr_dir=${PBS_O_WORKDIR}<br>cd ${PBS_O_WORKDIR}<br>
NPROCS=&#39;wc -l &lt; $PBC_NODEFILE&#39;<br>HOSTS=&#39;cat $PBS_NODEFILE | uniq |tr &#39;\n&#39; &quot;&quot;&#39;<br>echo Running Directory is &#39;pwd&#39;<br>/opt/mvapich2-1.7rc1/gcc/bin/mpirun -np 32 /home/proj/11/mbumasha/programs/gromacs-4.5.4/bin/mdrun_mpi_d -deffnm triglc-MD4 -c triglc-MD6.pdb<br>
<br><b>Please suggest me how to resolve this error.<br></b><br>Thank you in advance.<br><br>Dr. M. Asha Latha Sreshty,<br>PDF,<br>Molecular Biophysics Unit,<br>Indian Institute of Science,<br>Bangalore,<br>INDIA<br><br>