[Wien] Compile errors
Michael Frotscher
frotscher at chemie.uni-hamburg.de
Wed Jul 16 10:42:25 CEST 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello, Hendrix
> Try without the -static Linker Flags, this is how I have it compiled on
> Red Hat 9 with the work around.
Yes, that was a good idea, I got the compiler errors significantly down. One
remains, though:
SRC_lapw2/compile.msg:*Compiler Internal Error* : Please report to Intel(R)
Corporation
SRC_lapw2/compile.msg:make[1]: *** [c3fft.o] Error 1
SRC_lapw2/compile.msg:make: *** [real] Error 2
I'm not really sure what Intel might say, so I better ask the list first if
someone had that error before. The compile.msg of SRC_lapw2 is attached. I
used the following settings:
O Compiler options: -FR -mp -w
L Linker Flags: -L../SRC_lib -L/opt/intel/mkl60/lib/32
- -Vaxlib
P Preprocessor flags '-DParallel'
R R_LIB (LAPACK+BLAS): -lmkl_lapack -lmkl_p3 -lguide -lpthread
Thanks in Advance!
- --
Michael Frotscher
Institut für Anorganische und Angewandte Chemie
Universität Hamburg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
iD8DBQE/FQ/x/f+kgY+d9bQRAhKiAKDYz50xWMZdJAcQ9cQIRpimad3/yQCg5tEn
xjbQdhdXDq5TRXF9RNNk8fs=
=2bkD
-----END PGP SIGNATURE-----
-------------- next part --------------
rm -f *.o *_tmp_.* *.P .real .complex .sequential .parallel *.mod
if [ -f .complex ]; then \
rm -f .complex modules.o reallocate.o essl.o fourir.o fsumai1.o l2main.o lapw2.o read_vec.o setfft1.o setfft2.o *.mod; \
fi
touch .real
if [ -f .parallel ]; then \
rm -f .parallel reallocate.o atpar.o fourir.o gtfnam.o l2main.o lapw2.o modules.o read_vec.o *.mod; \
fi
touch .sequential
make TYPE='REAL' TYPE_COMMENT='\!_REAL' \
./lapw2 FORT=/opt/intel/compiler70/ia32/bin/ifc FFLAGS=' -FR -mp -w'
make[1]: Entering directory `/usr/local/wien2k/SRC_lapw2'
cc -c cputim.c
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c reallocate.f
module REALLOCATE
module subroutine DOREALLOCATE_R8_D1
module subroutine DOREALLOCATE_R8_D2
module subroutine DOREALLOCATE_C16_D1
module subroutine DOREALLOCATE_C16_D2
module subroutine DOREALLOCATE_I4_D1
module subroutine DOREALLOCATE_I4_D2
module subroutine HUGO
80 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
modules.F: REAL version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c modules_tmp_.F
module PARAM
module DEFS
module PARALLEL
module subroutine INIT_PARALLEL
module AMS
module subroutine INIT_AMS
module ATSPDT
module BANDM
module subroutine INIT_BANDM
module CHAR
module CHARP
module subroutine INIT_CHARP
module subroutine FINI_CHARP
module subroutine ZERO_CHARP
module CHARD
module subroutine INIT_CHARD
module subroutine FINI_CHARD
module subroutine ZERO_CHARD
module CHARF
module subroutine INIT_CHARF
module subroutine FINI_CHARF
module subroutine ZERO_CHARF
module COM
module subroutine INIT_COM
module KPP1
module subroutine INIT_KPP
module LO
module LOHELP
module subroutine INIT_LOHELP
module subroutine ZEROTC_LOHELP
module subroutine FINI_LOHELP
module RECLAT
module STRUK
module SYM2
module subroutine INIT_SYM2
module XA
module subroutine INIT_XA
module subroutine FINI_XA
module XA2
module subroutine INIT_XA2
module XA3
module subroutine INIT_XA3
module subroutine FINI_XA3
module XDOS
module subroutine INIT_XDOS
module subroutine ZERO_XDOS
module subroutine FINI_XDOS
422 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv modules_tmp_.o modules.o
rm modules_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c abc.f
external subroutine ABC
48 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
atpar.F: REAL version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c atpar_tmp_.F
external subroutine ATPAR
321 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv atpar_tmp_.o atpar.o
rm atpar_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c c3fft.f
external subroutine C3FFT
external subroutine CFFTB
external subroutine CFFTB1
external subroutine CFFTF
external subroutine CFFTF1
external subroutine CFFTI
external subroutine CFFTI1
external subroutine PASSB
*Compiler Internal Error* : Please report to Intel(R) Corporation
compilation aborted for c3fft.f (code 1)
make[1]: *** [c3fft.o] Error 1
make[1]: Leaving directory `/usr/local/wien2k/SRC_lapw2'
make: *** [real] Error 2
if [ -f .real ]; then \
rm -f .real modules.o reallocate.o essl.o fourir.o fsumai1.o l2main.o lapw2.o read_vec.o setfft1.o setfft2.o *.mod; \
fi
touch .complex
if [ -f .parallel ]; then \
rm -f .parallel reallocate.o atpar.o fourir.o gtfnam.o l2main.o lapw2.o modules.o read_vec.o *.mod; \
fi
touch .sequential
make TYPE='COMPLEX' TYPE_COMMENT='\!_COMPLEX' \
./lapw2c FORT=/opt/intel/compiler70/ia32/bin/ifc FFLAGS=' -FR -mp -w'
make[1]: Entering directory `/usr/local/wien2k/SRC_lapw2'
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c reallocate.f
module REALLOCATE
module subroutine DOREALLOCATE_R8_D1
module subroutine DOREALLOCATE_R8_D2
module subroutine DOREALLOCATE_C16_D1
module subroutine DOREALLOCATE_C16_D2
module subroutine DOREALLOCATE_I4_D1
module subroutine DOREALLOCATE_I4_D2
module subroutine HUGO
80 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
modules.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c modules_tmp_.F
module PARAM
module DEFS
module PARALLEL
module subroutine INIT_PARALLEL
module AMS
module subroutine INIT_AMS
module ATSPDT
module BANDM
module subroutine INIT_BANDM
module CHAR
module CHARP
module subroutine INIT_CHARP
module subroutine FINI_CHARP
module subroutine ZERO_CHARP
module CHARD
module subroutine INIT_CHARD
module subroutine FINI_CHARD
module subroutine ZERO_CHARD
module CHARF
module subroutine INIT_CHARF
module subroutine FINI_CHARF
module subroutine ZERO_CHARF
module COM
module subroutine INIT_COM
module KPP1
module subroutine INIT_KPP
module LO
module LOHELP
module subroutine INIT_LOHELP
module subroutine ZEROTC_LOHELP
module subroutine FINI_LOHELP
module RECLAT
module STRUK
module SYM2
module subroutine INIT_SYM2
module XA
module subroutine INIT_XA
module subroutine FINI_XA
module XA2
module subroutine INIT_XA2
module XA3
module subroutine INIT_XA3
module subroutine FINI_XA3
module XDOS
module subroutine INIT_XDOS
module subroutine ZERO_XDOS
module subroutine FINI_XDOS
422 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv modules_tmp_.o modules.o
rm modules_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c abc.f
external subroutine ABC
48 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
atpar.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c atpar_tmp_.F
external subroutine ATPAR
321 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv atpar_tmp_.o atpar.o
rm atpar_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c c3fft.f
external subroutine C3FFT
external subroutine CFFTB
external subroutine CFFTB1
external subroutine CFFTF
external subroutine CFFTF1
external subroutine CFFTI
external subroutine CFFTI1
external subroutine PASSB
external subroutine PASSB2
external subroutine PASSB3
external subroutine PASSB4
external subroutine PASSB5
external subroutine PASSF
external subroutine PASSF2
external subroutine PASSF3
external subroutine PASSF4
external subroutine PASSF5
external function PIMACH
1152 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c charge.f
external subroutine CHARGE
20 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c csplit.f
external subroutine CSPLIT
104 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c dfrad.f
external subroutine DFRAD
28 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c d5splt.f
external subroutine D5SPLT
279 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c dergl.f
external subroutine DERGL
98 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c deter.f
external subroutine DETER
91 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c diracout.f
external subroutine DIRACOUT
158 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c dvbes1.f
external subroutine DVBES1
27 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c errclr.f
external subroutine ERRCLR
72 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c errflg.f
external subroutine ERRFLG
84 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
essl.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c essl_tmp_.F
external subroutine C_TRANSPOSE
17 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv essl_tmp_.o essl.o
rm essl_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c f7splt.f
external subroutine F7SPLT
47 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c fermi.f
external subroutine FERMI
external subroutine FERMI_TETRA
external subroutine EORD
external subroutine EWEIGH
external subroutine DOS
external subroutine EFERMI
external subroutine EFI
external subroutine TOTNOS
external subroutine SAMFAC
external subroutine WEIGHT
external subroutine TETR0
external subroutine TETR1
external subroutine DEF0
entry DEFI
entry DEFDR
entry RLSE
external function DRVAL
external subroutine INITI
external subroutine INITDR
external subroutine FERMIG
external function ERFC
1613 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c fermi5.f
external subroutine FERMI5
external function ELECTR
external function RTBIS
362 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c fomai1.f
external subroutine FOMAI1
127 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c fomai2.f
external subroutine FOMAI2
48 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c fomai3.f
external subroutine FOMAI3
73 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
fourir.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c fourir_tmp_.F
external subroutine FOURIR
293 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv fourir_tmp_.o fourir.o
rm fourir_tmp_.F
fsumai1.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c fsumai1_tmp_.F
external subroutine FSUMAI1
57 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv fsumai1_tmp_.o fsumai1.o
rm fsumai1_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c gaunt.f
external function GAUNT
13 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c getfft.f
external subroutine GETFFT
41 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
gtfnam.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c gtfnam_tmp_.F
external subroutine GTFNAM
148 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv gtfnam_tmp_.o gtfnam.o
rm gtfnam_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c harmon.f
external subroutine HARMON
20 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c ifflim.f
external subroutine IFFLIM
19 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c inouh.f
external subroutine INOUH
93 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c inth.f
external subroutine INTH
34 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c kdelta.f
external function KDELTA
22 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
l2main.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c l2main_tmp_.F
external subroutine L2MAIN
1324 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv l2main_tmp_.o l2main.o
rm l2main_tmp_.F
lapw2.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c lapw2_tmp_.F
program LAPW2
579 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv lapw2_tmp_.o lapw2.o
rm lapw2_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c latgen.f
external subroutine LATGEN
306 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c lomain.f
external subroutine LOMAIN
110 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c mag.f
external subroutine MAG
4 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c mknam.f
external subroutine MKNAM
30 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c notri.f
external function NOTRI
10 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c open_helpfile.f
external subroutine OPEN_HELPFILE
20 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c outerr.f
external subroutine OUTERR
101 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c outp.f
external subroutine OUTP
332 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c outwin.f
external subroutine OUTWIN
109 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c p3splt.f
external subroutine P3SPLT
49 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c ph.f
external function PH
8 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c psplit.f
external subroutine PSPLIT
227 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
read_vec.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c read_vec_tmp_.F
external subroutine READ_VEC
118 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv read_vec_tmp_.o read_vec.o
rm read_vec_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c recfil.f
external subroutine RECFIL
124 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c recpr.f
external subroutine RECPR
186 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c rint13.f
external subroutine RINT13
37 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c rotate.f
external subroutine ROTATE
20 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c rotdef.f
external subroutine ROTDEF
148 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
setfft1.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c setfft1_tmp_.F
external subroutine SETFFT1
32 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv setfft1_tmp_.o setfft1.o
rm setfft1_tmp_.F
setfft2.F: COMPLEX version extracted
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c setfft2_tmp_.F
external subroutine SETFFT2
40 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
mv setfft2_tmp_.o setfft2.o
rm setfft2_tmp_.F
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c sphbes.f
external subroutine SPHBES
94 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c spline.f
external subroutine SPLINE
external function SEVALD
121 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c stern.f
external subroutine STERN
46 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c sumupfft.f
external subroutine SUMUPFFT
22 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c t3j.f
external function T3J
40 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c t3j0.f
external function T3J0
9 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c vdrho.f
external subroutine VDRHO
233 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c xsplt.f
external subroutine XSPLT
86 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -FR -mp -w -c ylm.f
external subroutine YLM
270 Lines Compiled
ifc: Command line warning: no action performed for specified object file(s)
/opt/intel/compiler70/ia32/bin/ifc -o ./lapw2c cputim.o reallocate.o modules.o abc.o atpar.o c3fft.o charge.o csplit.o dfrad.o d5splt.o dergl.o deter.o diracout.o dvbes1.o errclr.o errflg.o essl.o f7splt.o fermi.o fermi5.o fomai1.o fomai2.o fomai3.o fourir.o fsumai1.o gaunt.o getfft.o gtfnam.o harmon.o ifflim.o inouh.o inth.o kdelta.o l2main.o lapw2.o latgen.o lomain.o mag.o mknam.o notri.o open_helpfile.o outerr.o outp.o outwin.o p3splt.o ph.o psplit.o read_vec.o recfil.o recpr.o rint13.o rotate.o rotdef.o setfft1.o setfft2.o sphbes.o spline.o stern.o sumupfft.o t3j.o t3j0.o vdrho.o xsplt.o ylm.o -L../SRC_lib -L/opt/intel/mkl60/lib/32 -Vaxlib -lmkl_lapack -lmkl_p3 -lguide -lpthread
make[1]: Leaving directory `/usr/local/wien2k/SRC_lapw2'
More information about the Wien
mailing list