[Pw_forum] Problem when compile Quantum espresso (CVS)

loc duong ding mambom1902 at yahoo.com
Tue Jun 9 10:48:36 CEST 2009


The problem have been solved by Daniel's instructions. 


>Dear Loc,
>The main error is at the beginning:
>In file casino2upf.f90:98 
>     REAL*8, ALLOCATABLE :: wavefunc(:)
 >                      1
>Error: Attribute at (1) is not allowed in a TYPE definition
>in fact, ALLOCATABLE arrays are not allowed in a TYPE block, at least in fortran90 (maybe they are in >fortran95).
>If you need this file, you can either try to use another compiler (intel 11 should work)
>If you don't need to use casino2upf (it convert a pseudopotential written in CASINO
>to unified pseudopotential format UPF), I suggest you to compile PWscf as "make pw"
>or "make pwall", this will prevent the compilation of casino2upf.
>If you need this file, you can either try to use another compiler (intel 11 should work)
>or modify the casino2upf.f90 by replacing the "ALLOCATABLE" attribute at line 98
>with "POINTER" (you can always allocate a pointer).
>cheers
>daniel
 -----------------------------------------------
Loc Duong Dinh
Ms-Ph.D Student
Sungkyunkwan Advanced Institute of Nanotechnology,
Sungkyunkwan University,
Suwon, 440-746, Korea 
Email: mambom1902 at yahoo.com 


      



More information about the users mailing list