Dear users:
Im not sure If there is any problem with my installation, but Im a bit confused with the installation procedure.
When I type "make" the next message appears:
( 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 `/usr/local/LAPACK/INSTALL'
ifort -O3 -c lsame.f
ifort -O3 -c lsametst.f
ifort -o testlsame lsame.o lsametst.o
ifort -c slamch.f
ifort -O3 -c slamchtst.f
ifort -o testslamch slamch.o lsame.o slamchtst.o
ifort -c dlamch.f
ifort -O3 -c dlamchtst.f
ifort -o testdlamch dlamch.o lsame.o dlamchtst.o
ifort -O3 -c second.f
ifort -O3 -c secondtst.f
ifort -o testsecond second.o secondtst.o
ifort -O3 -c dsecnd.f
ifort -O3 -c dsecndtst.f
ifort -o testdsecnd dsecnd.o dsecndtst.o
ifort -O3 -c tstiee.f
ifort -o testieee tstiee.o
make[1]: Leaving directory `/usr/local/LAPACK/INSTALL'
ASCII character set
Tests completed
Is it correct? From the moment the message appears It seems to me that
the installation process is somehow "freeze". How many time is needed for installing LAPACK?
Thanks all for advance,
German