[gmx-users] Compiling CVS code on Alpha error
Yang Ye
leafyoung81-group at yahoo.com
Thu Mar 17 06:27:45 CET 2005
Hi,
I found following error when compiling CVS code on alpha 64bit computer.
cc -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../include
-I/usr/local/tmp1/yangye/fftw/include/ -c -MD ssterf.c -DPIC -o
.libs/ssterf.o
cc: Warning: ssterf.c, line 35: In the initializer for safmin, underflow
occurs in evaluating the expression
"(1.0+1.11022302E-16)/1.7976931348623157e+308". (underflow)
(1.0+LAPACK_EPS_FLOAT)/LAPACK_MAX_FLOAT/LAPACK_EPS_FLOAT;
------^
cc: Warning: ssterf.c, line 54: In this statement, division by zero occurs
in evaluating the expression "1./safmin". (zerodiv)
safmax = 1. / safmin;
-------------^
cc: Error: ssterf.c, line 54: In this statement, the libraries on this
platform do not yet support compile-time evaluation of the constant
expression "1./safmin". (constfoldns)
safmax = 1. / safmin;
-------------^
I have tried use --with-system-blas --with-system-lapack during configure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-users/attachments/20050317/bba2a945/attachment.html>
More information about the gromacs.org_gmx-users
mailing list