Hi,
I need to install Lapack to use a program, as I am new in doing this obviously I have problems.
1) can I use gfortran (fortran 95) to compile Lapack instead of g77. I known that normally we can compile fortran 77 with fortran 95 but I want to be sur.
2)What the difference between lapack.deb (package lapack for debian) and the lapack I compile my self? My lib lapack is better, doesnot it?
3) I modified make.inc to adapt to my architecture (pentium 4 2.8Ghz) and to compile Lapack with the same option than BLAS lib (I know itisbetter to use optimized one, I am trying to compile ATLAS too):
FORTRAN : g77
OPTS : -O3 - fomit-frame-pointer -funroll-loops -malign-double -march=i386
NOOPTS :
LOADER: g77
LOADOPTS:
ARCH:ar
ARCHFLAGS : cr
RANLIB=ranlib
and I change the directory of BLAS to choose my BLAS Lib.
Whem the copile finished everything seems ok all the test seems ok.
BUT I would like to make now the test myself and the commade "make lapcke_testing" doesnot works.
I read on the manual that I could execute directly for instance testlsame but it doesnot exist.
I do not understand now how I can test my lapack lib to be sure that everything is ok.
Thank for help,
Richard

