<div dir="ltr">Dear Dr. Hutter,<div><br></div><div style>Thanks for your reply.  I rebuilt cp2k with <span style="font-family:arial,sans-serif;font-size:14px"> </span><span style="font-family:arial,sans-serif;font-size:14px">-D__HAS_ISO_C_BINDING, but I got the same set of failed tests.</span></div>
<div style><div style>and I checked the libint-1.1.4 installation:</div><div>./configure -prefix=/pkg/chem/lib/gcc/libint --with-libint-max-am=5 --with-libderiv-max-am1=4 --enable-deriv --enable-r12 --enable-int</div><div style>
I wonder what might be wrong with the configuration?</div><div style><br></div><div style>Jyh-Shyong Ho</div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/3/23  <span dir="ltr"><<a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:arial;font-weight:bold;color:#222222;padding:0px"> 
  <a name="13d95b67ef06f485_digest_top" style="color:#222222">Today's Topic Summary</a></div>
<p>Group: <a style="color:15c;text-decoration:none" href="http://groups.google.com/group/cp2k/topics" target="_blank">http://groups.google.com/group/cp2k/topics</a></p>
<ul style="margin-left:3px;padding-left:0px">
<li type="square" style="color:#555555"><a style="color:15c;text-decoration:none" href="#13d95b67ef06f485_group_thread_0">cp2k 2-4  installation and regresstio test result</a> [2 Updates]</li>

</ul>


  
  <a name="13d95b67ef06f485_group_thread_0"></a>
  <div style="background-color:#f5f5f5;font-family:arial;border-top:1px solid #e5e5e5;padding:4px 0 5px 32px"> <a href="http://groups.google.com/group/cp2k/t/86a934c31b0b348" style="color:15c;text-decoration:none" target="_blank">cp2k 2-4  installation and regresstio test result</a></div>


  
    <ul>
      <span>jsho <<a href="mailto:jyhsh...@gmail.com" target="_blank">jyhsh...@gmail.com</a>></span> Mar 22 01:33AM -0700
       <br> <br>
      Hi,<br>
 <br>
I am new to the CP2K and learning the program.  I downloaded the program <br>
last week and tried to install it on our computer,<br>
after several attempts with intel (version 12) and gfortran (4.6), I found <br>
that the regression test with Linux-x86-64-gfortran.popt <br>
failed only 22 cases (using mpiexec -np 2 )<br>
 <br>
--------------------------------- summary --------------------------------<br>
number of FAILED  tests 22<br>
number of WRONG   tests 2<br>
number of CORRECT tests 2359<br>
number of NEW     tests 0<br>
number of         tests 2383<br>
------------------------------<br>
 <br>
The failed cases are:<br>
 <br>
QS/regtest-hybrid/H2O-hybrid-bhandh.inp.out<br>
QS/regtest-hybrid/H2O-hybrid-bhandhlyp.inp.out<br>
QS/regtest-hybrid/CH3-hybrid-b3lyp-lsd-g03.inp.out<br>
QS/regtest-hybrid/CH3-hybrid-handh-lsd.inp.out<br>
QS/regtest-hybrid/CH3-hybrid-handhlyp-lsd.inp.out<br>
QS/regtest-hybrid/CH3-hybrid-pbe0-lsd.inp.out<br>
QS/regtest-hfx/CH-hfx-md.inp.out<br>
QS/regtest-hfx/CH-hfx-md-2.inp.out<br>
QS/regtest-hfx/4H2O-mix-disk-ram-on-the-fly.inp.out : <br>
QS/regtest-mp2/H2O-01.inp.out<br>
QS/regtest-admm/MD-2_OT.inp.out : <br>
QS/regtest-hfx/H2O-hfx-emd.inp.out<br>
QS/regtest-hfx/H2O-hfx-emd-restart.inp.out<br>
QS/regtest-hfx/H2O-hfx-atprop.inp.out<br>
QS/regtest-hfx-periodic/H2O-trunc-auto-md.inp.out<br>
QS/regtest-mp2/Li.inp.out<br>
QS/regtest-mp2/Ne2.inp.out<br>
QS/regtest-hfx-periodic/CH3-trunc-auto-md.inp.out<br>
QS/regtest-mp2/H2O_B2PLYP.inp.out<br>
QS/regtest-mp2/H2O_B2GPPLYP.inp.out<br>
QS/regtest-mp2/H2O_DSD-BLYP.inp.out<br>
QS/regtest-mp2/H2O_B2PLYP_D3.inp.out<br>
QS/regtest-mp2/CH3_B2PLYP_allelec.inp.out<br>
QS/regtest-mp2/H2O_ADMM_MP2.inp.out<br>
 <br>
 <br>
Here is the Linux-x86-64.gfortran.popt  I used:<br>
 <br>
CC       = gcc<br>
CPP      =<br>
 <br>
FC       = mpif90<br>
LD       = mpif90<br>
 <br>
AR       = ar -r<br>
 <br>
CPPFLAGS =<br>
DFLAGS   = -D__GFORTRAN -D__FFTSG -D__LIBINT -D__FFTW3 -D__parallel <br>
-D__SCALAPACK -D__BLACS -D__LIBXC2  \<br>
           -D__HAS_NO_ISO_C_BINDING -D__HAS_smm_dnn<br>
FCFLAGS  = -O3 -march=native -ffast-math -funroll-loops -g -ffree-form <br>
$(DFLAGS) \<br>
           -I/pkg/chem/lib/gcc/include \<br>
           -I/pkg/chem/lib/gcc/libint/include \<br>
           -I/pkg/chem/lib/gcc/fftw332/include<br>
LDFLAGS  = $(FCFLAGS)  -L/pkg/chem/lib/gcc/libint/lib<br>
LIBS     = /pkg/chem/lib/gcc/libint/lib/libint_cpp_wrapper.o -lderiv -lint <br>
-lstdc++ \<br>
           /pkg/chem/lib/gcc/lib/libxc.a \<br>
           /pkg/chem/lib/gcc/fftw332/lib/libfftw3.a \<br>
           /pkg/chem/lib/gcc/lib/libsmm_dnn.a \<br>
           /pkg/chem/lib/gcc/lapack/libscalapack.a\<br>
           /pkg/chem/lib/gcc/lapack/liblapack.a \<br>
           /pkg/chem/lib/gcc/lapack/librefblas.a<br>
 <br>
 <br>
OBJECTS_ARCHITECTURE = machine_gfortran.o<br>
 <br>
 <br>
Here scalapack 2.0 was compiled with acml 5.0.2 and,  mpif90 is from <br>
mvapich2-1.8<br>
 <br>
I wonder if there can be any improvement in my compilation to pass all the <br>
regression tests ?<br>
Thanks for any suggestion.<br>
 <br>
 <br>
 <br>
Jyh-Shyong Ho<br>

      <p> </p>
    </ul>
  
    <ul>
      <span><a href="mailto:hut...@pci.uzh.ch" target="_blank">hut...@pci.uzh.ch</a></span> Mar 22 10:35AM +0100
       <br> <br>
      Hi<br>
 <br>
it seems that all the tests that fail are the ones using libint.<br>
As all modern compilers do provide the Iso_C_binding I would suggest<br>
to use -D__HAS_ISO_C_BINDING<br>
 <br>
regards<br>
 <br>
Juerg Hutter<br>
 <br>
--------------------------------------------------------------<br>
Juerg Hutter                         Phone : <a href="tel:%2B%2B41%2044%20635%204491" value="+41446354491" target="_blank">++41 44 635 4491</a><br>
Physical Chemistry Institute   FAX   : <a href="tel:%2B%2B41%2044%20635%206838" value="+41446356838" target="_blank">++41 44 635 6838</a><br>
University of Zurich               E-mail:  <a href="mailto:hut...@pci.uzh.ch" target="_blank">hut...@pci.uzh.ch</a><br>
Winterthurerstrasse 190<br>
CH-8057 Zurich, Switzerland<br>
---------------------------------------------------------------<br>
 <br>
-----<a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a> wrote: -----<br>
To: <a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a><br>
From: jsho <br>
Sent by: <a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a><br>
Date: 03/22/2013 09:33AM<br>
Subject: [CP2K:4356] cp2k 2-4  installation and regresstio test result<br>
 <br>
Hi,<br>
 <br>
I am new to the CP2K and learning the program.  I downloaded the program last week and tried to install it on our computer,<br>
after several attempts with intel (version 12) and gfortran (4.6), I found that the regression test with Linux-x86-64-gfortran.popt <br>
failed only 22 cases (using mpiexec -np 2 )<br>
 <br>
--------------------------------- summary --------------------------------<br>
number of FAILED  tests 22<br>
number of WRONG   tests 2<br>
number of CORRECT tests 2359<br>
number of NEW     tests 0<br>
number of         tests 2383<br>
------------------------------<br>
 <br>
The failed cases are:<br>
 <br>
QS/regtest-hybrid/H2O-hybrid-bhandh.inp.out<br>
QS/regtest-hybrid/H2O-hybrid-bhandhlyp.inp.out<br>
QS/regtest-hybrid/CH3-hybrid-b3lyp-lsd-g03.inp.out<br>
QS/regtest-hybrid/CH3-hybrid-handh-lsd.inp.out<br>
QS/regtest-hybrid/CH3-hybrid-handhlyp-lsd.inp.out<br>
QS/regtest-hybrid/CH3-hybrid-pbe0-lsd.inp.out<br>
QS/regtest-hfx/CH-hfx-md.inp.out<br>
QS/regtest-hfx/CH-hfx-md-2.inp.out<br>
QS/regtest-hfx/4H2O-mix-disk-ram-on-the-fly.inp.out : <br>
QS/regtest-mp2/H2O-01.inp.out<br>
QS/regtest-admm/MD-2_OT.inp.out : <br>
QS/regtest-hfx/H2O-hfx-emd.inp.out<br>
QS/regtest-hfx/H2O-hfx-emd-restart.inp.out<br>
QS/regtest-hfx/H2O-hfx-atprop.inp.out<br>
QS/regtest-hfx-periodic/H2O-trunc-auto-md.inp.out<br>
QS/regtest-mp2/Li.inp.out<br>
QS/regtest-mp2/Ne2.inp.out<br>
QS/regtest-hfx-periodic/CH3-trunc-auto-md.inp.out<br>
QS/regtest-mp2/H2O_B2PLYP.inp.out<br>
QS/regtest-mp2/H2O_B2GPPLYP.inp.out<br>
QS/regtest-mp2/H2O_DSD-BLYP.inp.out<br>
QS/regtest-mp2/H2O_B2PLYP_D3.inp.out<br>
QS/regtest-mp2/CH3_B2PLYP_allelec.inp.out<br>
QS/regtest-mp2/H2O_ADMM_MP2.inp.out<br>
 <br>
 <br>
Here is the Linux-x86-64.gfortran.popt  I used:<br>
 <br>
CC       = gcc<br>
CPP      =<br>
 <br>
FC       = mpif90<br>
LD       = mpif90<br>
 <br>
AR       = ar -r<br>
 <br>
CPPFLAGS =<br>
DFLAGS   = -D__GFORTRAN -D__FFTSG -D__LIBINT -D__FFTW3 -D__parallel -D__SCALAPACK -D__BLACS -D__LIBXC2  \<br>
           -D__HAS_NO_ISO_C_BINDING -D__HAS_smm_dnn<br>
FCFLAGS  = -O3 -march=native -ffast-math -funroll-loops -g -ffree-form $(DFLAGS) \<br>
           -I/pkg/chem/lib/gcc/include \<br>
           -I/pkg/chem/lib/gcc/libint/include \<br>
           -I/pkg/chem/lib/gcc/fftw332/include<br>
LDFLAGS  = $(FCFLAGS)  -L/pkg/chem/lib/gcc/libint/lib<br>
LIBS     = /pkg/chem/lib/gcc/libint/lib/libint_cpp_wrapper.o -lderiv -lint -lstdc++ \<br>
           /pkg/chem/lib/gcc/lib/libxc.a \<br>
           /pkg/chem/lib/gcc/fftw332/lib/libfftw3.a \<br>
           /pkg/chem/lib/gcc/lib/libsmm_dnn.a \<br>
           /pkg/chem/lib/gcc/lapack/libscalapack.a\<br>
           /pkg/chem/lib/gcc/lapack/liblapack.a \<br>
           /pkg/chem/lib/gcc/lapack/librefblas.a<br>
 <br>
 <br>
OBJECTS_ARCHITECTURE = machine_gfortran.o<br>
 <br>
 <br>
Here scalapack 2.0 was compiled with acml 5.0.2 and,  mpif90 is from mvapich2-1.8<br>
 <br>
I wonder if there can be any improvement in my compilation to pass all the regression tests ?<br>
Thanks for any suggestion.<br>
 <br>
 <br>
 <br>
Jyh-Shyong Ho<br>
 <br>
  <br>
  -- <br>
 You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
 To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k%2Bun...@googlegroups.com" target="_blank">cp2k+uns...@googlegroups.com</a>.<br>
 To post to this group, send email to <a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>.<br>
 Visit this group at <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
 For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
  <br>
  <br>

      <p> </p>
    </ul>
  



  <div style="color:#555555;padding:27px 0 0 40px">
  <p>
    You received this message because you are subscribed to the Google Group cp2k.<br>
    You can <a style="color:15c;text-decoration:none" href="mailto:cp...@googlegroups.com" target="_blank">post via email</a>.<br>
    To unsubscribe from this group, <a style="color:15c;text-decoration:none" href="mailto:cp2k+uns...@googlegroups.com" target="_blank">send</a> an empty message.<br>
    For more options, <a style="color:15c;text-decoration:none" href="http://groups.google.com/group/cp2k/topics" target="_blank">visit</a> this group.<span class="HOEnZb"><font color="#888888"><br>
  </font></span></p><span class="HOEnZb"><font color="#888888">

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k%2Bun...@googlegroups.com" target="_blank">cp2k+uns...@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>.<br>
Visit this group at <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
 <br>
 <br>
</font></span></div></blockquote></div><br></div>