[Wien] wien2k_09: compilation problems

Karsten Meyer zifsocket at gmx.de
Sun Aug 2 12:42:27 CEST 2009


Dear subscribers,

trying to compile Wien2k_09, I run into the following problems:

----------------------------------------------------------------------
SRC_lapwso:


 $ cat compile.msg 
rm -f *.o _tmp_.* *.P .real .complex *.mod
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c reallocate.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c modules.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c abclm.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c couple.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c errclr.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c errflg.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c garadme.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c gtfnam.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c harmon2.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c atpar.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c hmsec.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c init.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c kptin.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c latgen2.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c outwin.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c rint13.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c lapwso.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c cali.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c sphbes.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c vnsrint.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c lomain.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c abc.f
gcc    -c -o cputim.o cputim.c
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c dvbes1.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c bess.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c lagder.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c rotate.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c ylm.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c harmon.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c sphbru.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c outerr.f
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


----------------------------------------------------------------------
SRC_optic:

 $ cat compile.msg 
rm -f *.o _tmp_.* *.P .real .complex *.mod
if [ -f .complex ]; then \
	   make clean; \
	fi
touch .real
cp -p param.inc_r param.inc
make TYPE='REAL' TYPE_COMMENT='!_REAL' ./optic
make[1]: Entering directory `/home/wien2k/download/VERSIONS/SMP/SRC_optic'
modules.frc: REAL version extracted
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c modules_tmp.f
mv modules_tmp.o modules.o
rm modules_tmp.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c abc.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c atpar_op.f
atpar_op.f:49.29:

        assign 2022 to iform1
                             1
Warning: Deleted feature: ASSIGN statement at (1)
atpar_op.f:65.17:

      READ(17+is,iform1) ( VR(J), J=1,JRI(JATOM) )                           
                 1
Warning: Deleted feature: ASSIGNED variable in FORMAT tag at (1)
gcc -c cputim.c
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c dvbes1.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c errclr.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c errflg.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c gtfnam.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c harmon.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c latgen.f
lomain_op.frc: REAL version extracted
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c lomain_op_tmp.f
mv lomain_op_tmp.o lomain_op.o
rm lomain_op_tmp.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c mmatrix.f
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)
make[1]: *** [opmain.o] Error 1
make[1]: Leaving directory `/home/wien2k/download/VERSIONS/SMP/SRC_optic'
make: *** [real] Error 2
if [ -f .real ]; then \
	   make clean; \
	fi
make[1]: Entering directory `/home/wien2k/download/VERSIONS/SMP/SRC_optic'
rm -f *.o _tmp_.* *.P .real .complex *.mod
make[1]: Leaving directory `/home/wien2k/download/VERSIONS/SMP/SRC_optic'
touch .complex
cp -p param.inc_c param.inc
make TYPE='COMPLEX' TYPE_COMMENT='!_COMPLEX' ./opticc
make[1]: Entering directory `/home/wien2k/download/VERSIONS/SMP/SRC_optic'
modules.frc: COMPLEX version extracted
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c modules_tmp.f
mv modules_tmp.o modules.o
rm modules_tmp.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c abc.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c atpar_op.f
atpar_op.f:49.29:

        assign 2022 to iform1
                             1
Warning: Deleted feature: ASSIGN statement at (1)
atpar_op.f:65.17:

      READ(17+is,iform1) ( VR(J), J=1,JRI(JATOM) )                           
                 1
Warning: Deleted feature: ASSIGNED variable in FORMAT tag at (1)
gcc -c cputim.c
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c dvbes1.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c errclr.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c errflg.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c gtfnam.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c harmon.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c latgen.f
lomain_op.frc: COMPLEX version extracted
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c lomain_op_tmp.f
mv lomain_op_tmp.o lomain_op.o
rm lomain_op_tmp.f
gfortran  -ffree-form -O2 -m64 -fopenmp -march=native -mtune=native -c mmatrix.f
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)
make[1]: *** [opmain.o] Error 1
make[1]: Leaving directory `/home/wien2k/download/VERSIONS/SMP/SRC_optic'
make: *** [complex] Error 2

----------------------------------------------------------------------
System Ubuntu 9.04, gcc, gfortran


Any help appreciated.

Thanks.


-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


More information about the Wien mailing list