hello,
if you want to test the LAPACK library that you have just generated,
the three last lines of your make.inc should be uncommented.
So change:
#TMGLIB = tmglib$(PLAT).a
#EIGSRCLIB = eigsrc$(PLAT).a
#LINSRCLIB = linsrc$(PLAT).a
to
TMGLIB = tmglib$(PLAT).a
EIGSRCLIB = eigsrc$(PLAT).a
LINSRCLIB = linsrc$(PLAT).a
and then type in the LAPACK directory
make testing
-j
On Wed, 28 Jun 2006, moshiour wrote:
Dear Authors,
I wanted to install lapack-3 in my system Linux/GNU, i686, fedora core -3 to
5.
In make.inc file what i put in the following
************************************************************************
####################################################################
# LAPACK make include file. #
# LAPACK, Version 3.0 #
# June 30, 1999 #
####################################################################
#
SHELL = /bin/sh
#
# The machine (platform) identifier to append to the library names
#
PLAT = _Linux
#
# Modify the FORTRAN and OPTS definitions to refer to the
# compiler and desired compiler options for your machine. NOOPT
# refers to the compiler options desired when NO OPTIMIZATION is
# selected. Define LOADER and LOADOPTS to refer to the loader and
# desired load options for your machine.
#
FORTRAN = g77
#OPTS = -O4 -u -f -mt
#OPTS = -u -f -dalign -native -xO5 -xarch=v8plusa
OPTS = -g
DRVOPTS = $(OPTS)
NOOPT = -g
#NOOPT = -u -f -mt
LOADER = g77
#LOADOPTS = -mt
LOADOPTS = -g
#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
ARCH = ar
ARCHFLAGS= cr
RANLIB = echo
#
# The location of the libraries to which you will link. (The
# machine-specific, optimized BLAS library should be used whenever
# possible.)
#
#BLASLIB = ../../blas$(PLAT).a
#BLASLIB = -xlic_lib=sunperf_mt
BLASLIB = -lblas
LAPACKLIB = lapack$(PLAT).a
#TMGLIB = tmglib$(PLAT).a
#EIGSRCLIB = eigsrc$(PLAT).a
#LINSRCLIB = linsrc$(PLAT).a
********************************************************
And i got an error in the following
********************************************************
g77 -c -g slatm1.f
g77 -c -g slaran.f
g77 -c -g slarnd.f
ar cr ../../ slatms.o slatme.o slatmr.o slagge.o slagsy.o slakf2.o slarge.o
slaror.o slarot.o slatm2.o slatm3.o slatm5.o slatm6.o slatm1.o slaran.o
slarnd.o
ar: ../../: Is a directory
make[1]: *** [single] Error 1
make[1]: Leaving directory `/nfs5/dwipesh/ALL/pak/LAPACK/TESTING/MATGEN'
make: *** [tmglib] Error 2
*********************************************************************
What should i do?
Moshiour
Bose-TWAS Fellow
S.N.Bose Center,India
--
Open WebMail Project (http://openwebmail.org)
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.cs.utk.edu/listinfo/lapack
|