Skip to Content.
Sympa Menu

forum - [abinit-forum] compile problem, 5.7.3

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] compile problem, 5.7.3


Chronological Thread 
  • From: Jess Kondor <kondor.jess@gmail.com>
  • To: forum@abinit.org
  • Subject: [abinit-forum] compile problem, 5.7.3
  • Date: Mon, 16 Mar 2009 11:24:41 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=GOwWOzGgsANS/EJ9z/94pYOoodIGAqU7WHPQKF9f200GiHJz3elJ9jmckft+EtkY+R z2EjqPJ/Ss6mD4Ohiphl0TuGtu8RP1MyvV9cKqvQRlHT6vJrNDuEvBGWKVoKgY7+Twh5 OMhUifCGt6ckGfj2D+dGya11qeti8wHYJqvH8=

Dear all,

When compiling new version, 5.7.3 using PGI or Pathscale compilers,
there is a problem:

ftn -DHAVE_CONFIG_H -I. -I../.. -I../../src/01manage_mpi
-I../../src/01manage_mpi -I../../src/11util -I../../src/11util
-I../../src/defs -I../../src/defs -I../../src/12geometry
-I../../src/12geometry -I../../src/12parser -I../../src/12parser
-I../../src/13recipspace -I../../src/13recipspace
-I../../src/lib03numeric -I../../src/lib03numeric -I../../src/13xml
-I../../src/13xml -O2 -OPT:Ofast -fno-math-errno -ffast-math
-march=barcelona -cpp -c -o dsksta.o dsksta.F90

character(len=500) :: msg
^
pathf95-587 pathf90-3.2: ERROR DSKSTA, File = dsksta.F90, Line = 70,
Column = 32
The initialization expression must be a constant to be used with
PARAMETER assignment for object "B2MB".

pathf95: PathScale(TM) Fortran Version 3.2 (f14) Mon Mar 16, 2009 15:14:35
pathf95: 389 source lines
pathf95: 1 Error(s), 0 Warning(s), 0 Other message(s), 0 ANSI(s)
pathf95: "explain pathf95-message number" gives more information about
each message
make: *** [dsksta.o] Error 2

It seems PGI/Pathscale have problem with the previous line,
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?

thanks,
jess



Archive powered by MHonArc 2.6.15.

Top of Page