I have a question for you, I want to install LAPACK in a computer which
is a Alpha and is reporting the following fault:
NEP: Testing Nonsymmetric Eigenvalue Problem routines
./xeigtsts < nep.in > snep.out 2>&1
SEP: Testing Symmetric Eigenvalue Problem routines
./xeigtsts < sep.in > ssep.out 2>&1
sh: 177741 Abort - core dumped
*** Exit 134
Stop.
*** Exit 1
Stop.
This is my make.inc:
# more make.inc
####################################################################
# 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 = _alpha
#
# 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 = f77
OPTS = -O4 -fpe1
DRVOPTS = $(OPTS)
NOOPT =
LOADER = f77
LOADOPTS =
#
# 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 = ranlib
#
# 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 = -ldxml
LAPACKLIB = lapack$(PLAT).a
TMGLIB = tmglib$(PLAT).a
EIGSRCLIB = eigsrc$(PLAT).a
LINSRCLIB = linsrc$(PLAT).a
Can you help me, please?
--
Tatiane Lapolli Bressan
Suporte de Computadores
Centro de Previs?o e Estudos Clim?ticos - CPTEC
Rod. Presidente Dutra, km 40 - Cachoeira Paulista/SP
Fone: 3186-8570 - Email: lapolli@Domain.Removed
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.cs.utk.edu/pipermail/lapack/attachments/20060116/622b27c6/attachment.html
|