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: Xavier Gonze <xavier.gonze@uclouvain.be>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] compile problem, 5.7.3
  • Date: Mon, 16 Mar 2009 20:56:43 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=uclouvain.be; h=message-id:from: to:in-reply-to:content-type:content-transfer-encoding: mime-version:subject:date:references; q=dns; s=selucl; b=cNiKspU MeYTzEdMqDxqFJj5w67B8F6KUrmwx3/s5Y6SK19lW0KCcJX8SnQRsJV3lE5mpF04 uS8ZzjexMD9fcd0I5AGDCaA6FFBbUiOksY6rt7Ga0MFelaBz2DN1iE5BKf+kAxzw Hy2qZKWuQKKLhDvUk6MQul6jUR7SYIn/+3KI=


On 16 Mar 2009, at 16:46, Damien Caliste wrote:

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.

Yes, it was indeed pinpointed already a few days ago, and corrected in
v5.7.4 and v5.8.0 .

Xavier

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