<div dir="ltr">Harvey,<div><br></div><div>Molpro is using 8-byte integers, and the BLAS/LAPACK library you are linked against has 4-byte integers (or at least this is what Molpro's configure has deduced). One of the 8-byte integer values is simply too large to be represented using a 4-byte integer, and thus the program crashes.</div><div><br></div><div>The solution is to use a BLAS/LAPACK library with 8-byte integers. If you already are and configure just got it wrong then you can manually hack the values of BLAS_INT and LAPACK_INT which are defined in the MACROS variable in CONFIG file. Then just:</div><div><br></div><div>rm src/netlib/*/*.o</div><div>make</div><div><br></div><div>Best wishes,</div><div><br></div><div>Andy</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 9 June 2015 at 17:06, Harvey Wasserman <span dir="ltr"><<a href="mailto:hjwasserman@lbl.gov" target="_blank">hjwasserman@lbl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Machine: Cray XC30<div>MPI-2 version of Molpro version 2012.1.21<br></div><div>Compiled with intel/composer_xe_2015.1.133<br></div><div>using ./configure -batch -mpp -mppbase $CRAY_MPICH2_DIR/include</div><div>FFLAGS=-i8 -pc64 -auto -cxxlib<br></div><div><div>MP2 geometry optimization problem<br></div></div><div>Selected output:</div><div><div>Fortran compiler diagnostic</div><div> ***************************</div><div><br></div><div> integer size                  8</div><div> double precision size         8</div><div> logical size                  8</div></div><div><br></div><div> MP2 Gradient info saved on record         5200.1<br></div><div><div>PROGRAM * OPT (Geometry optimization)     Authors: F. Eckert and H.-J. Werner</div><div><br></div><div> BFGS update of hessian</div><div><br></div><div> Geometry optimization using default procedure for command MP2</div><div><br></div><div> Geometry written to block  1 of record 700</div><div> ? Error</div><div> ? integer too large to be represented in 4 bytes</div><div> ? The problem occurs in mint8to4</div></div><div><br></div><div>Does anyone know what causes this error and program termination?  Thanks. </div></div>
<br>_______________________________________________<br>
Molpro-user mailing list<br>
<a href="mailto:Molpro-user@molpro.net">Molpro-user@molpro.net</a><br>
<a href="http://www.molpro.net/mailman/listinfo/molpro-user" rel="noreferrer" target="_blank">http://www.molpro.net/mailman/listinfo/molpro-user</a><br></blockquote></div><br></div>