[Pw_forum] error message when calculated the phonon freqency

Axel Kohlmeyer akohlmey at cmm.chem.upenn.edu
Sun Feb 25 20:19:07 CET 2007


On Mon, 26 Feb 2007, [big5] ³¯ ¤ÖµØ wrote:

> Dear members,
> Sorry that I forgot to post the error message last
> time.
> If the setting is (origional)
> LAPACK_LIBS    =  ../flib/lapack.a
> then got error-message1 at the attatched file.
> And get some *.x ,not all.

this is a trivial error (please _read_ the error messages).
your pw2wannier.f90 file has some ^M characters, 
that the ibm compiler does not like (dos/windows adds a 
carriage return to the unix newline character, ^J) 
remedy:

mv pw2wannier.f90 pw2wannier.f90.orig
tr -d \\015 < pw2wannier.f90.orig > pw2wannier.f90 


> If the setting is 
> LAPACK_LIBS    =  ../flib/lapack.a -lessl -llapack
> then got error-message2 at the attatched file.

the error message is very obvious. if you do not have
a liblapack.a library (or provide a path to it via
the -L linker flag), the linker will complain about
not finding it. please check your installation,
talk to your sysadmin, or compile lapack yourself.

axel.

> No *.x produced.
> 
> Other settings the same in make.sys
> 
> Best Wishs
> max
> 
> ___________________________________________________ 
>  ±zªº¥Í¬¡§Y®É³q ¡Ð ·¾³q¡B®T¼Ö¡B¥Í¬¡¡B¤u§@¤@¦¸·d©w¡I 
>  http://messenger.yahoo.com.tw/

-- 
=======================================================================
Axel Kohlmeyer   akohlmey at cmm.chem.upenn.edu   http://www.cmm.upenn.edu
   Center for Molecular Modeling   --   University of Pennsylvania
Department of Chemistry, 231 S.34th Street, Philadelphia, PA 19104-6323
tel: 1-215-898-1582,  fax: 1-215-573-6233,  office-tel: 1-215-898-5425
=======================================================================
If you make something idiot-proof, the universe creates a better idiot.




More information about the users mailing list