<div dir="ltr">Dear developers<div><br></div><div>I am trying to run a Monte Carlo run using a classical potential, exploiting the parallelism for a parallel tempering simulation (cp2k 4.0, svn:16643)</div><div>However I have some questions about this section of the code (&TMC ... &END section in the input file).</div><div><br></div><div>1) The present version allows to print the coordinates of each replica at each step. This makes no sense for a classical run: how is it possible to reduce the number of configurations printed (say: every 1000 steps?). </div><div> INFO_OUT_STEP_SIZE 100 acts only on the output file, and not on the trajectory and on the files worker.<br></div><div><br></div><div>2) There is a bug in the printing of the trajectories: the xyz files have a three line header (instead of two) because a number is shifted to the third line (by the way, what is the meaning of these numbers in the header?)</div><div><br></div><div>3) What is the correct input in order to be sure that one replica of the parallel tempering (16 replicas) is run on a single core when running on 16 cores?</div><div><br></div><div><br></div><div>Thank you very much in advance for any help.</div><div>Daniele Passerone</div><div><br></div><div>This is my input section (attached is the full input file and a coordinate file + a parameter file for the potential)</div><div><br></div><div>




<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo; background-color: #fefeed}
span.s1 {font-variant-ligatures: no-common-ligatures}
</style>


<p class="p1"><span class="s1">&TMC</span></p>
<p class="p1"><span class="s1">  INFO_OUT_STEP_SIZE 100</span></p>
<p class="p1"><span class="s1">  ENERGY_FILE_NAME ag_cluster.inp</span></p>
<p class="p1"><span class="s1">  RND_DETERMINISTIC 42</span></p>
<p class="p1"><span class="s1">  PRINT_COORDS .TRUE.</span></p>
<p class="p1"><span class="s1">  GROUP_CC_SIZE 0</span></p>
<p class="p1"><span class="s1">  GROUP_ENERGY_NR 16</span></p>
<p class="p1"><span class="s1">  GROUP_ENERGY_SIZE 1</span></p>
<p class="p1"><span class="s1">  GROUP_ANLYSIS_NR 1</span></p>
<p class="p1"><span class="s1">  NUM_MC_ELEM 1000</span></p>
<p class="p1"><span class="s1">  NR_TEMPERATURE 16</span></p>
<p class="p1"><span class="s1">  TEMPERATURE 10 70</span></p>
<p class="p1"><span class="s1">  PRESSURE 0.00</span></p>
<p class="p1"><span class="s1">  ESIMATE_ACC_PROB .TRUE.       </span></p>
<p class="p1"><span class="s1">  RESTART_OUT 0</span></p>
<p class="p1"><span class="s1">  NUM_MV_ELEM_IN_CELL 0  </span></p>
<p class="p1"><span class="s1">  PRINT_ONLY_ACC .FALSE.</span></p>
<p class="p1"><span class="s1">  &MOVE_TYPE      ATOM_TRANS</span></p>
<p class="p1"><span class="s1">    SIZE          0.02</span></p>
<p class="p1"><span class="s1">    PROB          9</span></p>
<p class="p1"><span class="s1">  &END</span></p>
<p class="p1"><span class="s1">  &MOVE_TYPE      PT_SWAP</span></p>
<p class="p1"><span class="s1">    PROB          1</span></p>
<p class="p1"><span class="s1">  &END</span></p>
<p class="p1"><span class="s1"> &END TMC</span></p></div></div>