<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>In this manner you use the same random seed and thus noise for all parts.<br>In most cases this will not lead to serious artifacts with SD,<br>but you can never be sure.<br>When checkpoints are used, you do not repeat random numbers.<br>This also gives a difference between serial and parallel in 4.0.<br>With serial you get exactly the same noise per atom, in parallel not,<br>since atoms migrate from one node to another (with domain decompostion).<br><br>If you do not use checkpoints, use ld_seed=-1 and do not use tpbconv.<br><br>Berk<br><br><br>&gt; Date: Wed, 4 Feb 2009 15:05:47 -0500<br>&gt; From: chris.neale@utoronto.ca<br>&gt; To: gmx-users@gromacs.org<br>&gt; Subject: [gmx-users] micelle disaggregated in serial, but not parallel,        runs using sd integrator<br>&gt; <br>&gt; Thank you Berk,<br>&gt; <br>&gt; I will loon into tau_t=1.0 (or at least not = 0.1). Thank you for the hint.<br>&gt; <br>&gt; These simulations run in 200 ps segments and utilize restarts via  <br>&gt; grompp -t -e like this:<br>&gt; <br>&gt; EXECUTING:  <br>&gt; /hpf/projects1/pomes/cneale/exe/gromacs-4.0.3/exec/bin/grompp -f  <br>&gt; /scratch/4772976.1.ompi-4-21.q/md6_running/dpc50_md6.mdp  -c  <br>&gt; md5_success/dpc50_md5.gro -p dpc50.top -n dpc50.ndx -o  <br>&gt; /scratch/4772976.1.ompi-4-21.q/md6_running/dpc50_md6.tpr -maxwarn 1 -t  <br>&gt; md5_success/dpc50_md5.trr -e md5_success/dpc50_md5.edr<br>&gt; <br>&gt; The -maxwarn 1 is to avoid this message:<br>&gt; <br>&gt; WARNING 1 [file  <br>&gt; /scratch/4772976.1.ompi-4-21.q/md5_running/dpc50_md5.mdp, line unknown]:<br>&gt;    Can not couple a molecule with free_energy = no<br>&gt; <br>&gt; which I don't think should be a problem.<br>&gt; <br>&gt; ###<br>&gt; <br>&gt; I didn't check temperatures previously, but I did check the energy  <br>&gt; components output the the .log file in zero step mdruns in both serial  <br>&gt; and parallel and found no difference.<br>&gt; <br>&gt; Here is the information on temperature and total energy for the serial  <br>&gt; and parallel runs:<br>&gt; <br>&gt; For the run in parallel:<br>&gt; <br>&gt; Last energy frame read 780 time 7800.000<br>&gt; <br>&gt; Statistics over 1950001 steps [ 0.0000 thru 7800.0000 ps ], 1 data sets<br>&gt; All averages are exact over 1950001 steps<br>&gt; <br>&gt; Energy                      Average       RMSD     Fluct.      Drift   <br>&gt; Tot-Drift<br>&gt; -------------------------------------------------------------------------------<br>&gt; Temperature                 303.322    901.905    901.905 -6.34952e-06  <br>&gt; -0.0495263<br>&gt; Heat Capacity Cv:     -1.01712 J/mol K (factor = 8.84124)<br>&gt; <br><br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>