by moulaye » Wed Mar 22, 2006 1:44 pm
Here is the out put file of make install
( cd INSTALL; make; ./testlsame; ./testslamch; \
./testdlamch; ./testsecond; ./testdsecnd; \
cp lsame.f ../BLAS/SRC/; cp lsame.f ../SRC; \
cp slamch.f ../SRC/; cp dlamch.f ../SRC/; \
cp second.f ../SRC/; cp dsecnd.f ../SRC/ )
make[1]: Entering directory `/home/mahamane/LAPACK/INSTALL'
g77 -funroll-all-loops -fno-f2c -O3 -c lsame.f
g77 -funroll-all-loops -fno-f2c -O3 -c lsametst.f
g77 -o testlsame lsame.o lsametst.o
g77 -c slamch.f
g77 -funroll-all-loops -fno-f2c -O3 -c slamchtst.f
g77 -o testslamch slamch.o lsame.o slamchtst.o
g77 -c dlamch.f
g77 -funroll-all-loops -fno-f2c -O3 -c dlamchtst.f
g77 -o testdlamch dlamch.o lsame.o dlamchtst.o
g77 -funroll-all-loops -fno-f2c -O3 -c second.f
g77 -funroll-all-loops -fno-f2c -O3 -c secondtst.f
g77 -o testsecond second.o secondtst.o
g77 -funroll-all-loops -fno-f2c -O3 -c dsecnd.f
g77 -funroll-all-loops -fno-f2c -O3 -c dsecndtst.f
g77 -o testdsecnd dsecnd.o dsecndtst.o
g77 -funroll-all-loops -fno-f2c -O3 -c tstiee.f
g77 -o testieee tstiee.o
make[1]: Leaving directory `/home/mahamane/LAPACK/INSTALL'
ASCII character set
Tests completed
Epsilon = 0.
Safe minimum = 0.
Base = 0.
Precision = 0.
Number of digits in mantissa = 0.
Rounding mode = 0.
Minimum exponent = 0.
Underflow threshold = 0.
Largest exponent = 0.
Overflow threshold = -3.68934881E+19
Reciprocal of safe minimum = INF
Epsilon = 1.11022302E-16
Safe minimum = 2.22507386E-308
Base = 2.
Precision = 2.22044605E-16
Number of digits in mantissa = 53.
Rounding mode = 1.
Minimum exponent = -1021.
Underflow threshold = 2.22507386E-308
Largest exponent = 1024.
Overflow threshold = 1.79769313E+308
Reciprocal of safe minimum = 4.49423284E+307
Time for 1,000,000 SAXPY ops = 0.200E-02 seconds
SAXPY performance rate = 500. mflops
Including SECOND, time = 0.200E-02 seconds
Average time for SECOND = 0.200E-06 milliseconds
Equivalent floating point ops = 0.100 ops
Time for 1,000,000 DAXPY ops = 0.300E-02 seconds
DAXPY performance rate = 333. mflops
Including DSECND, time = 0.500E-02 seconds
Average time for DSECND = 0.400E-03 milliseconds
Equivalent floating point ops = 133. ops
My machine is hp pavillon zv5000 ,the procesor is AMD 64 Athlon
The OS is Linux fedora core (2.6.9 -1.667) ,i don't know what version of compilator is associated to this lLinux version.
Thank you very much.