Skip to Content.
Sympa Menu

forum - Re: Vanderbuilt uspp error message

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: Vanderbuilt uspp error message


Chronological Thread 
  • From: marc.torrent@cea.fr
  • To: forum@abinit.org
  • Subject: Re: Vanderbuilt uspp error message
  • Date: Fri, 9 Sep 2005 17:15:07 +0200

Hi,

It seems that your compiler does appreciate conversions between integer and
character...
In rwsubs.f, out() array is an array of integers containing some ascii codes
(in fact ascii code for spaces) and is used as character in the printing
format (1h , f11.4, 5x, 101a1)...
It works on a lot of computers and workstations with a lot of compilers...

Did you use a specific compiler ? Which compiler ?
Can you use another one ?

Other question : do you have the same error when compiling only USPP (with
uspp2abinit patch) ? (you just have to type make&&make install in /uspp-xyz
directory...)

Marc Torrent
CEA-Bruyeres-le-Chatel
France



=======================================================
> # From: "Nuno A. G. Bandeira" <nuno.bandeira@ist.utl.pt>>
#

> Hello all,

> This is slightly off topic but has anyone ever got this error message when
> running uspp735-181 ?

>all electron calculation completed
>> USpp->Abinit translator: first call
>At line 2109 of file rwsubs.f (Unit 6 "au_ps.out " )
>Fortran runtime error: Expected CHARACTER for item 2 in formatted transfer,
>got INTEGER
>(1h , f11.4, 5x, 101a1)
^
>make: *** [au_ps.uspp] Error 2

>any suggestions appreciated,

>--
>Nuno A. G. Bandeira, AMRSC



Archive powered by MHonArc 2.6.16.

Top of Page