<div dir="ltr">Hi Rafa,<br><br>you can download the reference outputs of the most recent CP2K trunk version used by the automatic regression tester <a href="http://people.web.psi.ch/krack/cp2k/regtest/trunk_LAST-Linux-x86-64-g95-popt.tar.bz2">here</a> and the reference outputs for the CP2K version 2.3 and 2.4 are also available via <a href="http://people.web.psi.ch/krack/cp2k/regtest/regtest.html">http://people.web.psi.ch/krack/cp2k/regtest/regtest.html</a><br>These outputs will differ from your results, because they were generated using a different compiler (g95) and hardware combination and the requested numerical tolerance for many test inputs is quite tight. Therefore I would focus on the test inputs which are testing features of CP2K you are interested in.<br><br>Matthias<br><br><br>On Wednesday, October 23, 2013 9:56:28 PM UTC+2, Rafael Soler-Crespo wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Hi Matthias,<div><br></div><div>As you mentioned, I was patient and the process occurred normally. Now, I am getting that some tests failed and some tests were NEW. Of course, this is because I don't have a reference to test against. Where can I find this reference to check if my code is compiled correctly? I tried looking at the header in <i>do_regtest</i> but I didn't find anything.</div><div><br></div><div>Thanks,</div><div>Rafa</div><div><br>On Tuesday, October 22, 2013 1:50:48 AM UTC-5, Matthias Krack wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Rafa,<br><br>the generation of the first Changelog may take 10-20 min and in this time no change occurs in the folders. It is simply the runtime of the <a href="http://svncl.pl" target="_blank">svncl.pl</a> script building the Changelog for the full revision history of CP2K. The next update run will require only a few seconds. So just try to be patient for the first time as the printed comment suggests.<br><br>Matthias<br><br><br>On Monday, October 21, 2013 11:50:02 PM UTC+2, Rafael Soler-Crespo wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<br><br>I've been trying to setup regtesting with the Intel Compiler, MPI Version. However, for some reason, the testing script (do_regtest) hangs on writing the Changelog for the first time. To make sure all is fine, I am tracking the process using <b>$ ls -l</b> but no change of time occurs in the folders associated with the regtesting. Is there some specific reason as to why this might be happening?<br><br>Thanks,<br>Rafa<br><br>P.S: I have attached my regtesting script (sections to be changed) below.<br><br># The following variable definitions can now be loaded from a<br># site-specific configuration using the -config option. Create one<br># configuration file for each architecture/compiler using these as a<br># template (and don't forget to include a modified cp2k_prefix for MPI<br># runs as well!).<br>export LC_ALL=C<br>export FORT_C_NAME=intel<br># Might consider following export to be done, too<br>#export MPI_F90=mpif90<br>export MPI_F90=mpiifort<br>dir_base=$PWD<br>cp2k_version=popt<br>dir_triplet=Linux-x86-64-${<wbr>FORT_C_NAME}<br>export ARCH=${dir_triplet}<br>cp2k_dir=cp2k/cp2k # Since SVN creates a cp2k folder with another cp2k folder within it. The second one has 3 folders: potentials, basis_sets, cp2k.<br>maxtasks=1<br>numprocs=1<br>export OMP_NUM_THREADS=1<br>emptycheck="NO"<br>leakcheck="NO"<br></div></blockquote></div></blockquote></div></div></blockquote></div>