admin wrote:Should be almost the same.
just do
%make blaslib
to create the Reference BLAS library then
%make
I did but received again the following error:
sara@linux-xg3a:~/CODES/lapack-3.4.0> sudo make
( cd INSTALL; make; ./testlsame; ./testslamch; ./testdlamch; \
./testsecond; ./testdsecnd; ./testieee; ./testversion )
make[1]: Entering directory `/home/sara/CODES/lapack-3.4.0/INSTALL'
/usr/local/bin/mpif90 -O2 -c lsame.f -o lsame.o
/usr/local/bin/mpif90 -O2 -c lsametst.f -o lsametst.o
/usr/local/bin/mpif90 -o testlsame lsame.o lsametst.o
/usr/local/bin/mpif90 -O0 -c slamch.f -o slamch.o
/usr/local/bin/mpif90 -O2 -c slamchtst.f -o slamchtst.o
/usr/local/bin/mpif90 -o testslamch slamch.o lsame.o slamchtst.o
/usr/local/bin/mpif90 -O0 -c dlamch.f -o dlamch.o
/usr/local/bin/mpif90 -O2 -c dlamchtst.f -o dlamchtst.o
/usr/local/bin/mpif90 -o testdlamch dlamch.o lsame.o dlamchtst.o
/usr/local/bin/mpif90 -O2 -c second_EXT_ETIME.f -o second_EXT_ETIME.o
/usr/local/bin/mpif90 -O2 -c secondtst.f -o secondtst.o
[INFO] : TIMER value: EXT_ETIME (given by make.inc)
/usr/local/bin/mpif90 -o testsecond second_EXT_ETIME.o secondtst.o
second_EXT_ETIME.o: In function `second_':
second_EXT_ETIME.f:(.text+0xd): undefined reference to `etime_'
collect2: ld returned 1 exit status
make[1]: *** [testsecond] Error 1
make[1]: Leaving directory `/home/sara/CODES/lapack-3.4.0/INSTALL'
ASCII character set
Tests completed
Epsilon = 5.96046448E-08
Safe minimum = 1.17549435E-38
Base = 2.0000000
Precision = 1.19209290E-07
Number of digits in mantissa = 24.000000
Rounding mode = 1.0000000
Minimum exponent = -125.00000
Underflow threshold = 1.17549435E-38
Largest exponent = 128.00000
Overflow threshold = 3.40282347E+38
Reciprocal of safe minimum = 8.50705917E+37
Epsilon = 1.11022302462515654E-016
Safe minimum = 2.22507385850720138E-308
Base = 2.0000000000000000
Precision = 2.22044604925031308E-016
Number of digits in mantissa = 53.000000000000000
Rounding mode = 1.0000000000000000
Minimum exponent = -1021.0000000000000
Underflow threshold = 2.22507385850720138E-308
Largest exponent = 1024.0000000000000
Overflow threshold = 1.79769313486231571E+308
Reciprocal of safe minimum = 4.49423283715578977E+307
/bin/sh: line 1: ./testsecond: No such file or directory
/bin/sh: line 1: ./testdsecnd: No such file or directory
/bin/sh: line 1: ./testieee: No such file or directory
/bin/sh: line 1: ./testversion: No such file or directory
make: *** [lapack_install] Error 127