[Pw_forum] Adding zggev and dgemm

Konstantin Kudin konstantin_kudin at yahoo.com
Wed Aug 11 20:42:14 CEST 2004


--- Paolo Giannozzi <giannozz at nest.sns.it> wrote:

> On properly configured systems with Intel compiler + MKL,  
> "configure"  works. I remember something about v.5 of MKL 
> libraries and v.8 of the compiler being incompatible, by the way.

 Indeed MKL 5.2 and ifc 8 do not link by default. Yet it is fairly
straightforward to fix, and the executables seem to work properly. The
fix is to add libF90.a from ifc 7.1 at the linking stage, last position
in the list of the library files works fine. Then the missing functions
will be found, and things work. Here is an example of the resulting
command:

-Vaxlib -L/usr/local/lib -lfftw
-L/home/software/32bit/intel_mkl52/mkl/lib/32 -lmkl_lapack -lmkl_p4
-lguide -lpthread
/home/software/32bit/intel_fc_71/compiler70/ia32/lib/libF90.a
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

 Kostya



		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 



More information about the users mailing list