On Fri, Oct 23, 2015 at 6:55 PM, Venkataramana Imandi < [email protected]> wrote:
> checking version of mpif90... gfortran 4.1.2 > Error: 'normal' at (1) is not a member of the 'bz' structure > In file bz_form.f90:1952 > > I check all available sources in the entire day, however, I am unable to > trace out the problem. > there is no problem in the sources. Likely your compiler (gfortran v.4.1.2, quite old) doesn't recognize, or is confused by, allocatable arrays in defined types. You need to use a different or a more recent compiler. Paolo -- Paolo Giannozzi, Dept. Chemistry&Physics&Environment, Univ. Udine, via delle Scienze 208, 33100 Udine, Italy Phone +39-0432-558216, fax +39-0432-558222
_______________________________________________ Pw_forum mailing list [email protected] http://pwscf.org/mailman/listinfo/pw_forum
