[Wien] wien2k_09: compilation problems
Peter Blaha
pblaha at theochem.tuwien.ac.at
Mon Aug 3 08:00:13 CEST 2009
> gfortran -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c lap_bp.f
> lap_bp.f:575.3:
>
> !$ DOACROSS Local (KP,KK,KKB,KKK,KKKB,KTMP1,KTMP2,KTMP3)
> 1
> Error: Unclassifiable statement at (1)
> lap_bp.f:4656.3:
>
> !$ DOACROSS Local (KP,KK,KKB,KKK,KKKB,KTMP1,KTMP2,KTMP3)
> 1
> Error: Unclassifiable statement at (1)
> make: *** [lap_bp.o] Error 1
Comment them out (or remove them).
> ----------------------------------------------------------------------
> SRC_optic:
>
> gfortran -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c opmain.f
> opmain.f:240.39:
>
> read(amodus,'(i)',err=777) nmodus
> 1
> Error: Nonnegative width required in format string at (1)
Replace the line by:
read(amodus,*,err=777,end=777) nmodus
--
-----------------------------------------
Peter Blaha
Inst. Materials Chemistry, TU Vienna
Getreidemarkt 9, A-1060 Vienna, Austria
Tel: +43-1-5880115671
Fax: +43-1-5880115698
email: pblaha at theochem.tuwien.ac.at
-----------------------------------------
More information about the Wien
mailing list