[Pw_forum] Error during examples run.

Paolo Giannozzi giannozz at democritos.it
Wed Aug 18 15:56:52 CEST 2010


On Aug 18, 2010, at 15:33 , Vit wrote:

>                               Fortran runtime error: Constant  
> string in input format
> (5x,'Gaussian Broadening: ',f7.3,' Ry, ngauss=',i4)

it looks like your compiler doesn't like the format in

         read (iuelph,9000) degauss1, ngauss1
9000 format(5x,'Gaussian Broadening: ',f7.3,' Ry, ngauss=',i4)

Not sure what the standard says. Ignore it if you do not need to
calculate electron-phonon coefficients. Otherwise, replace with:

9000 format(26x,f7.3,12x,i4)

and the like for all other formats.

P.
---
Paolo Giannozzi, Dept of Physics, University of Udine
via delle Scienze 208, 33100 Udine, Italy
Phone +39-0432-558216, fax +39-0432-558222






More information about the users mailing list