On Mon, 2014-05-05 at 11:19 +0200, Lorenzo Don? wrote: > ALLOCATE( upf%nn(upf%nwfc), upf%nn(upf%nwfc), & > 1 2 > Error: Allocate-object at (1) also appears at (2)
unlike many error messages, this is rather clear: upf%nn appears twice. Presumably some compilers don't complain, some do. Just remove the second occurrence of upf%nn(upf%nwfc) p. > make[1]: *** [read_upf_v2.o] Error 1 > make: *** [mods] Error 2 > Can you help me to solve this problem so I can try to install EPW > Thanks rely for your help. > Dearly lorenzo > Il giorno 05/mag/2014, alle ore 07:58, Paolo Giannozzi > <paolo.giannozzi at uniud.it> ha scritto: > > > On Sun, 2014-05-04 at 23:17 +0200, Lorenzo Don? wrote: > > > > > Dear Professor thank to help me I compiled QE 4.3.1 and w90 > > > > as far as I know the working version is this one: > > http://epw.org.uk/Main/DownloadAndInstall > > and works only on conjunction with v.4.0.3 ... > > > > P. > > > > > and when I try to compile EPW I found this error: > > > ALLOCATE ( becp1 (nkb, nbnd, nks), becp(nkb, nbnd) ) > > > 1 > > > Error: Allocate-object at (1) is neither a data pointer nor an > > > allocatable variable > > > allocate_epwq.f90:58.26: > > > > > > > > > ALLOCATE (t (max_irr_dim, max_irr_dim, 48,3 * nat)) > > > 1 > > > Error: Symbol 'max_irr_dim' at (1) has no IMPLICIT type > > > allocate_epwq.f90:74.25: > > > > > > > > > ALLOCATE ( alphap ( nkb , nbnd , 3 , nks)) > > > 1 > > > Error: Symbol 'nkb' at (1) has no IMPLICIT type > > > allocate_epwq.f90:50.24: > > > > > > > > > ALLOCATE (dmuxc ( nrxx , nspin , nspin)) > > > 1 > > > Error: Symbol 'nrxx' at (1) has no IMPLICIT type > > > allocate_epwq.f90:61.11: > > > > > > > > > IF (okvan) THEN > > > 1 > > > Error: Symbol 'okvan' at (1) has no IMPLICIT type > > > make: *** [allocate_epwq.o] Error 1 > > > thanks to help me and for your patience with me > > > dearly lorenzo > > > Il giorno 04/mag/2014, alle ore 22:31, Paolo Giannozzi > > > <paolo.giannozzi at uniud.it> ha scritto: > > > > > > > On Sun, 2014-05-04 at 21:23 +0200, Lorenzo Don? wrote: > > > > > > > > > Can you get me to compile QE with epw > > > > > > > > unlikely: EPW is unfortunately well behind the rest of QE. > > > > Aligning it with the current svn will take a serious effort. > > > > Currently the public release of EPW can be used only in > > > > conjunction with an earlier version of QE, 4.3.1 or so; > > > > the version under svn is not currently usable, as far as > > > > I know > > > > > > > > Paolo > > > > > > > > > thanks again dearly lorenzo > > > > > Il giorno 04/mag/2014, alle ore 21:03, Paolo Giannozz > > > > > i <paolo.giannozzi at uniud.it> ha scritto: > > > > > > > > > > > On Sun, 2014-05-04 at 20:28 +0200, Lorenzo Don? wrote: > > > > > > > > > > > > > Fatal Error: Can't open module file 'basis.mod' for > > > > > > > reading at > > > > > > > (1): > > > > > > > No such file or directory > > > > > > > > > > > > "make depend", or update your svn version (sorry, I forgot > > > > > > to > > > > > > update > > > > > > the make.depend file after the last changes) > > > > > > > > > > > > P. > > > > > > -- > > > > > > 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 > > > > > > Pw_forum at pwscf.org > > > > > > http://pwscf.org/mailman/listinfo/pw_forum > > > > > > > > > > > > > > > _______________________________________________ > > > > > Pw_forum mailing list > > > > > Pw_forum at pwscf.org > > > > > http://pwscf.org/mailman/listinfo/pw_forum > > > > > > > > -- > > > > 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 > > > > Pw_forum at pwscf.org > > > > http://pwscf.org/mailman/listinfo/pw_forum > > > > > > > > > _______________________________________________ > > > Pw_forum mailing list > > > Pw_forum at pwscf.org > > > http://pwscf.org/mailman/listinfo/pw_forum > > > > -- > > 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 > > Pw_forum at pwscf.org > > http://pwscf.org/mailman/listinfo/pw_forum > > > _______________________________________________ > Pw_forum mailing list > Pw_forum at pwscf.org > http://pwscf.org/mailman/listinfo/pw_forum -- Paolo Giannozzi, Dept. Chemistry&Physics&Environment, Univ. Udine, via delle Scienze 208, 33100 Udine, Italy Phone +39-0432-558216, fax +39-0432-558222
