<br><br>----- Original Message -----<br>From: Jyoti Mahalik &lt;jmahalik@polysci.umass.edu&gt;<br>Date: Tuesday, September 28, 2010 9:19<br>Subject: [gmx-users] Gromacs 4.0.7 failing in parallel mode<br>To: gmx-users@gromacs.org<br><br>&gt; Hi,<br>&gt; &nbsp;I am simulating two protein units in water and it works <br>&gt; fine in the single processor but when I use the parallel version <br>&gt; of the GROMACS, it fails.<br>&gt; <br>&gt; My script:<br>&gt; grompp_mpi_d -f md.mdp -c hba_b4md.gro -r hba_b4md.gro -p <br>&gt; hba.top -o hba_md.tpr<br>&gt; mpirun -np $NPROCS mdrun_mpi_d -np $NPROCS -ddorder pp_pme -s <br>&gt; hba_md.tpr -o hba_md.trr -c hba_pmd.gro -g md.log -e md. edr<br>&gt; <br>&gt; Error Messages:<br>&gt; Step 0, time 0 (ps)&nbsp; LINCS WARNING<br>&gt; relative constraint deviation after LINCS:<br>&gt; rms nan, max inf (between atoms 1 and 2)<br>&gt; bonds that rotated more than 30 degrees:<br>&gt; &nbsp;atom 1 atom 2&nbsp; angle&nbsp; previous, current, <br>&gt; constraint length<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&gt; 2&nbsp;&nbsp; 90.0&nbsp;&nbsp;&nbsp; <br>&gt; 0.1000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.1000<br>&gt; &nbsp;&nbsp;&nbsp; 712&nbsp;&nbsp;&nbsp; 714&nbsp;&nbsp; <br>&gt; 90.0&nbsp;&nbsp;&nbsp; 0.1250&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&gt; inf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.1250<br>&gt; &nbsp;&nbsp;&nbsp; 712&nbsp;&nbsp;&nbsp; 713&nbsp;&nbsp; <br>&gt; 90.0&nbsp;&nbsp;&nbsp; 0.1250&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&gt; inf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.1250<br>&gt; &nbsp;&nbsp;&nbsp; 710&nbsp;&nbsp;&nbsp; 711&nbsp;&nbsp; <br>&gt; 90.0&nbsp;&nbsp;&nbsp; 0.1000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&gt; inf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.1000<br>&gt; &nbsp;&nbsp;&nbsp; 709&nbsp;&nbsp;&nbsp; 710&nbsp;&nbsp; <br>&gt; 90.0&nbsp;&nbsp;&nbsp; 0.1430&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&gt; inf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.1430<br>&gt; <br>&gt; <br>&gt; Program mdrun_mpi_d, VERSION 4.0.7<br>&gt; Source code file: constr.c, line: 136<br>&gt; <br>&gt; Fatal error:<br>&gt; Too many LINCS warnings (1286)<br>&gt; If you know what you are doing you can adjust the lincs warning <br>&gt; threshold in your mdp file<br>&gt; or set the environment variable GMX_MAXCONSTRWARN to -1,<br>&gt; but normally it is better to fix the problem<br><br>See http://www.gromacs.org/Documentation/Errors#LINCS.2fSETTLE.2fSHAKE_warnings<br><br>Probably your single processor version was also fairly unhappy, but was lucky enough to succeed. Reconsider your system preparation workflow in the light of the "blowing up" page on the above link.<br><br>Mark