Dear Ankit,
Just google clapack example, there is plenty.
http://www.netlib.org/clapack/faq.html#1.9
http://theochem.mercer.edu/clapack/
to compile you need just the CLAPACK library and BLAS library,
On your machine, it should be lapack_LINUX.a -lf77blas -lcblas -latlas -lg2c
-lm
See http://math-atlas.sourceforge.net/errata.html#LINK to link with ALTAS
Also we CLAPACK has now been replaced by the new C Standard Interface to
LAPACK: LAPACKE
LAPACKE is included in the latest LAPACK release available at
http://www.netlib.org/lapack
Sincerely,
Julie
On Feb 9, 2012, at 5:28 PM, ankit jain wrote:
Hi,
I installed CLAPACK using BLAS from ATLAS on my ubuntu system.
I am having difficulty in compiling my c++ program which uses clapack. If
possible, could you send me a sample program with all header files and gcc
command to be used for compilation (I mean linking libraries.)....
Thank You,
Ankit Jain
I have following libraries:
lapack_LINUX.a
libatlas.a
licblas.a
libcblaswr.a
libf77blas.a
libF77.a
libI77.a
liblapack.a
libptcblas.a
libptf77blas.a
tmglib_LINUX.a _______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
|