Skip to Content.
Sympa Menu

forum - [abinit-forum] ebands.f90 compile problem

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] ebands.f90 compile problem


Chronological Thread 
  • From: "Matteo Giantomassi" <Matteo.Giantomassi@uclouvain.be>
  • To: forum@abinit.org
  • Subject: [abinit-forum] ebands.f90 compile problem
  • Date: Sun, 12 Jul 2009 15:41:01 +0200
  • Importance: Normal


> Dear forum,

Dear Shelleny,

> I've compiled ebands.f90 for several times and always got following error
> message,
> ebands.f90:126.16:


> Error:Nonnegative width required in format string at (1)

One has to specify the input format for integer values.
Change the code as reported below, then recompile.

> read(5,'(a12,i)')buffer,kptoption

read(5,'(a12,i2)')buffer,kptoption

> 1
> Error:Nonnegative width required in format string at (1)
> ebands.f90:132.16:
> read(5,'(A13,I)')buffer,nband

read(5,'(A13,I4)')buffer,nband

Regards,
Matteo Giantomassi




Archive powered by MHonArc 2.6.16.

Top of Page