[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lapack compilation with efc and ecc



Hi,

   has someone succeded to compile lapack-3.0.20000531a-18 with the
Intelcompilers efc and ecc (both 7.1) on ia64?

I get a lot of errors, something like

ipo_efc4qG3sc.o(.text+0x128f42): undefined reference to `sormlq_'

and at the end

make[3]: *** [../xlintsts] Error 1
make[3]: Leaving directory
`/house/debian/src/LIBRARIES/lapack-3.0.20000531a/tes
ting/lin'
make[2]: *** [xlintsts] Error 2
make[2]: Leaving directory
`/house/debian/src/LIBRARIES/lapack-3.0.20000531a/tes
ting'
make[1]: *** [do_testing] Error 2
make[1]: Leaving directory
`/house/debian/src/LIBRARIES/lapack-3.0.20000531a'
make: *** [testing/xeigtsts] Error 2

and also warnings during the compilation, something like

TEMP2 = ASCALE*ABS1( H( J+1, J ) )
                           ^
Comment 18 at (641:chgeqz.f) : The statement function is obsolescent in
Fortran 95

I use the following  in the debian/rules file

CC=ecc
CXX=ecpc
CFLAGS=-O2 -tpp2 -ipo
CXXFLAGS=$(CFLAGS)


F77=efc
FOPTS=-Vaxlib -ipo
OPTOPTS=-O2 -tpp2 -ipo
UNROLL=



Best regards,
Paul.


 -----------------------------------------------------------------------
| Lehrstuhl Theoretische Physik  | Department of Theoretical Physics    |
| Technische Universität Cottbus | Brandenburg University of Technology |
| Postfach 101344                | PO BOX 101344                        |
| 03013 Cottbus                  | 03013 Cottbus                        |
| Deutschland                    | Germany                              |
 -----------------------------------------------------------------------
|             tel. +49-355-693004     fax. +49-355-693011               |
|             http://www.physik.tu-cottbus.de/~racec                    |
 -----------------------------------------------------------------------



Reply to: