Dear all,
I want to install the lapack library in a red hat linux system which is a 64 bit machine. Can any one help me on what version of lapack I should use and what kind of the instruction I must follow?
All the bests,
Zahra
rogermoore wrote:Or you can download tgz file and install:
wget http://getyourlink/lapack.tgz
tar zxvf lapack.tgz
cd LAPACK
wget http://getyourlink/lapack-dev/lapack--3.0--patch--10042002.tgz
tar zxvf lapack--3.0--patch--10042002.tgz
mv INSTALL/make.inc.LINUX make.inc
make install blaslib lib
mv lapack_LINUX.a liblapack.a
mv blas_LINUX.a librefblas.a
P.S. ifort is there in my system and perfectly working for simple codes where I dont require lapack or blas
Users browsing this forum: No registered users and 4 guests