Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] runtime error in new version 5.4.4

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] runtime error in new version 5.4.4


Chronological Thread 
  • From: Matteo Giantomassi <gmatteo@pcpm.ucl.ac.be>
  • To: ABINIT Forum <forum@abinit.org>
  • Subject: Re: [abinit-forum] runtime error in new version 5.4.4
  • Date: Tue, 16 Oct 2007 11:08:45 +0200 (CEST)


On Tue, 16 Oct 2007, Yu Chol Jun wrote:

Hello,

when I tried to use abinit5.4.4 which was compiled by g95, the following runtime error was occured. This job worked well in previous versions.

At line 1162 of file ../../../src/11util/dtsetcopy.F90
Fortran runtime error: Expected CHARACTER for item 4 in formatted transfer, got INTEGER
(9a)

Dear Chol,
There is a problem in the output format used in dtsetcopy.F90 to write a
string.
You should modify line 1159 of src/11util/dtsetcopy.F90 by replacing the
wrong
format '(9a)' with, for example, '(3a,3(i4,a))'.

Best regards,
Matteo Giantomassi


Best regards,

Chol Jun




Archive powered by MHonArc 2.6.16.

Top of Page