<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Dear molpro users and developers,<br>when compiling molpro myself, it finishes all testjobs of 'make test', except the three fciqmc ones, properly (the fciqmc jobs finish running, too, but end up giving too large errors in the energy, something like 0.0006). Since I do not plan on using it, it didn't seem important to me. My most recent configure-options (all of this mail holds true for patch 0, 1 and 6 with various options I tried) are:<br><br>./configure -prefix $insdirpath -blas -lapack -icc -ifort -mpp -auto-ga-mvapich2 -var 'BLASLIB=-Wl,--start-group  /path/intel/mkl111/lib/intel64/libmkl_intel_ilp64.a /path/intel/mkl111/lib/intel64/libmkl_core.a /path/intel/mkl111/lib/intel64/libmkl_intel_thread.a -Wl,--end-group -lpthread -lm' -var 'LAPACKLIB=-Wl,--start-group  /path/intel/mkl111/lib/intel64/libmkl_intel_ilp64.a /path/intel/mkl111/lib/intel64/libmkl_core.a /path/intel/mkl111/lib/intel64/libmkl_intel_thread.a -Wl,--end-group -lpthread -lm' -var 'CFLAGS=-DMKL_ILP64 -openmp -I/path/intel/mkl111/include' -var 'FFLAGS=-i8 -openmp -I/path/intel/mkl111/include'<br><br>The compilers are ifort and icc 13.1, mkl's version is 11.1. The two cpus I let it run on, are an Intel Xeon E5-2630L and an Intel Xeon L5630, although it is compiled on an AMD Opteron 6128 HE (is that a problem?).<br><br>When doing a gradient calculation in a multi-block with more than 50 atoms, I get wrong gradients for the atoms after the 50th. This doesn't happen with the prebuilt binaries, so it has to be a compiling problem. I have no clue, how to fix this, so if you have any advice, I'd be thankful.<br><br>As an example I calculated a He-chain, with the He-atoms seperated by 3 Angstrom, and little deviations in the y-direction.<br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>***<br>memory,50,m<br><br>basis<br>default,6-31g<br>end<br><br>angstrom<br>nosym<br>orient,noorient<br>geomtyp=xyz<br>geometry={<br>52<br><br>he 0. 0. 0.<br>he 3. 1. 0.<br>he 6. 0. 0.<br>[...]<br>he 147. 1. 0.<br>he 150. 0. 0.<br>he 153. 0. 0.<br>}<br><br>hf<br><br>force<br><br>{multi<br>closed,51<br>occ,53<br>state,2<br>cpmcscf,grad,1.1<br>}<br><br>force<br><br>---<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br><br>This results in (regardless of the number of processors used):<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>1PROGRAM * RHF-SCF (CLOSED SHELL)       Authors: W. Meyer, H.-J. Werner<br><br><br> NUMBER OF ELECTRONS:      52+   52-    SPACE SYMMETRY=1    SPIN SYMMETRY: Singlet<br>[...]<br>1PROGRAM * ALASKA (Gradient of the energy)     Author: R. Lindh<br>[...]<br> SCF GRADIENT FOR STATE 1.1<br><br> Atom          dE/dx               dE/dy               dE/dz<br><br>   1         0.000002476         0.000000825         0.000000000<br>   2        -0.000000001        -0.000001650         0.000000000<br>[...]<br>  49        -0.000016545         0.000000825         0.000000000<br>  50        -0.000000000        -0.000001650         0.000000000<br><br>  51         0.000016546         0.000000825         0.000000000<br>  52        -0.000019022         0.000000000         0.000000000<br>[...]<br>1PROGRAM * MULTI (Direct Multiconfiguration SCF)       Authors: P.J. Knowles, H.-J. Werner (1984)     S.T. Elbert (1988)<br>[...]<br>1PROGRAM * FORCE (Gradient of the energy)<br><br> SA-MCSCF information from    5100.1<br>[...]<br> SA-MC GRADIENT FOR STATE 1.1<br><br> Atom          dE/dx               dE/dy               dE/dz<br><br>   1         0.000002476         0.000000825         0.000000000<br>   2        -0.000000001        -0.000001650         0.000000000<br>[...]<br>  49        -0.000016545         0.000000825         0.000000000<br>  50         0.000000000        -0.000001650         0.000000000<br><br>  51         0.000016546         0.000000825       289.128098107<br>  52        -0.000019022         0.000000000       289.128098107<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>(The blank line between atom 50 and 51 appears in the out-file, like it's shown here.)<br><br>Thanks, Sven<br>                                       </div></body>
</html>