Dear Mohammad Reza Shaeri,
First you need to download the library. here is the link
http://www.netlib.org/lapack/lapack-3.3.0.tgz
then type:
tar xfvz http://www.netlib.org/lapack/lapack-3.3.0.tgz
cd lapack-3.3.0
cp make.inc.exampe make.inc
make blaslib && make
This will build and test the Reference BLAS and the LAPACK library.
You can check that you have the blas_LINUX.a and lapack_LINUX.a in your
directory
After you need to check the LAPACK documentation to understand which kind of
routine you need.
the documentation is available online at http://www.netlib.org/lapack/lug/
Once plugged into your Fortran program, you just have to compile it and link it
gfortran myprog.f -o myexe lapack_LINUX.a blas_LINUX.a
Hope it helps
Julie
On Feb 22, 2011, at 12:13 PM, Mohammad Reza Shaeri wrote:
Dear Sir/Madam,
Greetings,
I am a new user of LAPACK. I am sure that my problem can be solved by this
library but, I need to know whether I have to instal that or not? I am using
Linux and working with FORTRAN 90.
I would appreciate your favor if you let me know the method of installing.
Thanks,
Mohammad Reza Shaeri
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
**********************************************
Julie Langou; Research Associate in Computer Science
Innovative Computing Laboratory;
University of Tennessee from Denver, Colorado ;-)
julie@Domain.Removed; http://www.cs.utk.edu/~julie/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20110223/17b64deb/attachment.html
|