[Pw_forum] undefined reference to mkl_serv_load_dll'/load_fun'

2008-03-04 Thread naz...@iasbs.ac.ir


 Thank you.

 But the  CVS version also has the same problem.
 recommendations in the corresponding posts also do not work.

 Regards



> Dear Fariba,
>
> espresso 3.2.3 is problematic with mkl 10.x series. Try searching the
> forums.
> Try CVS version or the recommendations in the corresponding posts.
>
> O. Baris Malcioglu
> METU Physics
> Ankara, Turkey
>
> On Tue, Mar 4, 2008 at 2:54 PM,   wrote:
>>
>>
>>   Dear All,
>>
>>   I wish to istall pwscf on new cor2-quad machine but I faced with the
>>
>>   following error.
>>  ./configure F77=mpiifort F90=mpiifort CC=mpiicc MPIF90=mpiifort
>>  LD=mpiifort VARIABLE=value LIBDIRS="-L/opt/intel/mkl/10.0.1.014/lib/32
>>  -L/opt/intel/cc/10.1.012/lib -L/opt/intel/fc/10.1.012/lib
>>  -L/opt/intel/mpi/3.1/lib"
>>
>>  /opt/intel/mkl/10.0.1.014/lib/32/libmkl_lapack.so: undefined reference
>> to
>>  `mkl_serv_load_fun'
>>  /opt/intel/mkl/10.0.1.014/lib/32/libmkl_lapack.so: undefined reference
>> to
>>  `mkl_serv_load_dll'
>>  make[1]: *** [pw.x] Error 1
>>  make[1]: Leaving directory `/root/espresso-3.2.3/PW'
>>  make: *** [pw] Error 2
>>
>>   I have searched on the mailing list and used the suggestion but it
>> dosnot
>>  work. Any suggestion?
>>
>>   Regards
>>   Fariba Nazari
>>   IASBS
>>
>>
>>
>>
>>
>>
>>  ___
>>  Pw_forum mailing list
>>  Pw_forum at pwscf.org
>>  http://www.democritos.it/mailman/listinfo/pw_forum
>>
> ___
> Pw_forum mailing list
> Pw_forum at pwscf.org
> http://www.democritos.it/mailman/listinfo/pw_forum
>




[Pw_forum] undefined reference to mkl_serv_load_dll'/load_fun'

2008-03-04 Thread naz...@iasbs.ac.ir


 Dear All,

 I wish to istall pwscf on new cor2-quad machine but I faced with the

 following error.
./configure F77=mpiifort F90=mpiifort CC=mpiicc MPIF90=mpiifort
LD=mpiifort VARIABLE=value LIBDIRS="-L/opt/intel/mkl/10.0.1.014/lib/32
-L/opt/intel/cc/10.1.012/lib -L/opt/intel/fc/10.1.012/lib
-L/opt/intel/mpi/3.1/lib"

/opt/intel/mkl/10.0.1.014/lib/32/libmkl_lapack.so: undefined reference to
`mkl_serv_load_fun'
/opt/intel/mkl/10.0.1.014/lib/32/libmkl_lapack.so: undefined reference to
`mkl_serv_load_dll'
make[1]: *** [pw.x] Error 1
make[1]: Leaving directory `/root/espresso-3.2.3/PW'
make: *** [pw] Error 2

 I have searched on the mailing list and used the suggestion but it dosnot
work. Any suggestion?

 Regards
 Fariba Nazari
 IASBS








[Pw_forum] undefined reference to mkl_serv_load_dll'/load_fun'

2008-03-04 Thread Osman Barış Malcıoğlu
Dear Fariba,

espresso 3.2.3 is problematic with mkl 10.x series. Try searching the forums.
Try CVS version or the recommendations in the corresponding posts.

O. Baris Malcioglu
METU Physics
Ankara, Turkey

On Tue, Mar 4, 2008 at 2:54 PM,   wrote:
>
>
>   Dear All,
>
>   I wish to istall pwscf on new cor2-quad machine but I faced with the
>
>   following error.
>  ./configure F77=mpiifort F90=mpiifort CC=mpiicc MPIF90=mpiifort
>  LD=mpiifort VARIABLE=value LIBDIRS="-L/opt/intel/mkl/10.0.1.014/lib/32
>  -L/opt/intel/cc/10.1.012/lib -L/opt/intel/fc/10.1.012/lib
>  -L/opt/intel/mpi/3.1/lib"
>
>  /opt/intel/mkl/10.0.1.014/lib/32/libmkl_lapack.so: undefined reference to
>  `mkl_serv_load_fun'
>  /opt/intel/mkl/10.0.1.014/lib/32/libmkl_lapack.so: undefined reference to
>  `mkl_serv_load_dll'
>  make[1]: *** [pw.x] Error 1
>  make[1]: Leaving directory `/root/espresso-3.2.3/PW'
>  make: *** [pw] Error 2
>
>   I have searched on the mailing list and used the suggestion but it dosnot
>  work. Any suggestion?
>
>   Regards
>   Fariba Nazari
>   IASBS
>
>
>
>
>
>
>  ___
>  Pw_forum mailing list
>  Pw_forum at pwscf.org
>  http://www.democritos.it/mailman/listinfo/pw_forum
>


[Pw_forum] undefined reference to mkl_serv_load_dll'/load_fun'

2008-03-04 Thread Paolo Giannozzi
lan haiping wrote:

> why not just use  QE's math lib ?

MKL is MUCH faster - P.
-- 
Paolo Giannozzi, Democritos and University of Udine, Italy


[Pw_forum] undefined reference to mkl_serv_load_dll'/load_fun'

2008-03-04 Thread Paolo Giannozzi
Osman Bar?? Malc?o?lu wrote:

> espresso 3.2.3 is problematic with mkl 10.x series. 

no sir, it is the mkl 10.x series that is problematic
with espresso 3.2.3. The correct usage of mkl requires
some voodoo, and what is worse, a different one for each
version. Here is version 10.x of the mkl voodoo:

LDFLAGS = -i-static -openmp
(so you do not need -lguide -lpthreahds)
BLAS_LIBS = -lmkl_ia32
LAPACK_LIBS =
empty: you do not need it any longer)
This, assuming 32-bit compilation and correct initialization
of both the intel compiler and the mkl paths via execution of
the appropriate scripts (hidden somewhere in the ifort/mkl
distribution). If mkl paths are not correctly set, one should
use instead
BLAS_LIBS = -L/opt/intel/mkl/10.0.1.014/lib/32 -lmkl_ia32

nazari at iasbs.ac.ir wrote:

 >  But the  CVS version also has the same problem.

no sir, the CVS version works (at least for 64-bit compilation,
that should be the default for newer CPUs: why do you want 32-bit
compilation?): I spent several hours to have it working on my new
workstation. Of course, it may not work if you have a funny system
configuration, or if you use "configure" with 42 options so that it
doesn't configure anything.

Paolo
-- 
Paolo Giannozzi, Democritos and University of Udine, Italy


[Pw_forum] undefined reference to mkl_serv_load_dll'/load_fun'

2008-03-04 Thread lan haiping
why not just use  QE's math lib ?
the error information is abut lib linking problem.
you can just run ./configure script without any specify.

On Tue, Mar 4, 2008 at 3:41 PM,  wrote:

>
>
>  Thank you.
>
>  But the  CVS version also has the same problem.
>  recommendations in the corresponding posts also do not work.
>
>  Regards
>
>
>
> > Dear Fariba,
> >
> > espresso 3.2.3 is problematic with mkl 10.x series. Try searching the
> > forums.
> > Try CVS version or the recommendations in the corresponding posts.
> >
> > O. Baris Malcioglu
> > METU Physics
> > Ankara, Turkey
> >
> > On Tue, Mar 4, 2008 at 2:54 PM,   wrote:
> >>
> >>
> >>   Dear All,
> >>
> >>   I wish to istall pwscf on new cor2-quad machine but I faced with the
> >>
> >>   following error.
> >>  ./configure F77=mpiifort F90=mpiifort CC=mpiicc MPIF90=mpiifort
> >>  LD=mpiifort VARIABLE=value LIBDIRS="-L/opt/intel/mkl/10.0.1.014/lib/32
> >>  -L/opt/intel/cc/10.1.012/lib -L/opt/intel/fc/10.1.012/lib
> >>  -L/opt/intel/mpi/3.1/lib"
> >>
> >>  /opt/intel/mkl/10.0.1.014/lib/32/libmkl_lapack.so: undefined reference
> >> to
> >>  `mkl_serv_load_fun'
> >>  /opt/intel/mkl/10.0.1.014/lib/32/libmkl_lapack.so: undefined reference
> >> to
> >>  `mkl_serv_load_dll'
> >>  make[1]: *** [pw.x] Error 1
> >>  make[1]: Leaving directory `/root/espresso-3.2.3/PW'
> >>  make: *** [pw] Error 2
> >>
> >>   I have searched on the mailing list and used the suggestion but it
> >> dosnot
> >>  work. Any suggestion?
> >>
> >>   Regards
> >>   Fariba Nazari
> >>   IASBS
> >>
> >>
> >>
> >>
> >>
> >>
> >>  ___
> >>  Pw_forum mailing list
> >>  Pw_forum at pwscf.org
> >>  http://www.democritos.it/mailman/listinfo/pw_forum
> >>
> > ___
> > Pw_forum mailing list
> > Pw_forum at pwscf.org
> > http://www.democritos.it/mailman/listinfo/pw_forum
> >
>
>
> ___
> Pw_forum mailing list
> Pw_forum at pwscf.org
> http://www.democritos.it/mailman/listinfo/pw_forum
>



-- 
Hai-Ping Lan
Department of Electronics ,
Peking University , Bejing, 100871
lanhaiping at gmail.com, hplan at pku.edu.cn
-- next part --
An HTML attachment was scrubbed...
URL: 
http://www.democritos.it/pipermail/pw_forum/attachments/20080304/fa19c6f8/attachment.htm