Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] compile problem, 5.7.3

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] compile problem, 5.7.3


Chronological Thread 
  • From: Damien Caliste <damien.caliste@cea.fr>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] compile problem, 5.7.3
  • Date: Mon, 16 Mar 2009 16:46:14 +0100
  • Organization: CEA - recherche fondamentale

Hello,

Le 16/03/2009, Jess Kondor <kondor.jess@gmail.com> a écrit :
> real(dp),parameter :: b2Mb=one/float(1024*1024)
> to be exact, with 'one' definition. I think they would prefer number
> instead of 'one'. Am I correct?
The problem is float() which is a function for pathscale, thus not
appliable for a static definition.

This problem is known and should be corrected soon. Waiting for it,
just remove the float(1024*1024) and put instead 1024d0*1024d0.

Damien.




Archive powered by MHonArc 2.6.15.

Top of Page