[Wien] compiling errors on SGI system

Aiqin Jiang aj6 at njit.edu
Tue Sep 16 18:36:27 CEST 2003


Dear all, Thanks for wesley's help. But I recompiled on a SGI system with
complib installed, I still got some warnings and one error.

Thanks in advance for any suggestions.

Aiqin

The following is some information about the warnings and error:

Compile time errors (if any) were:

SRC_lapw1/compile.msg:f90: 0 Error(s), 2 Warning(s), 0 Other message(s), 0
ANSI(s)

SRC_mini/compile.msg:f90: 0 Error(s), 1 Warning(s), 0 Other message(s), 0
ANSI(s)

SRC_optic/compile.msg:f90: 0 Error(s), 1 Warning(s), 0 Other message(s), 0
ANSI(s)

SRC_optic/compile.msg:f90: 0 Error(s), 1 Warning(s), 0 Other message(s), 0
ANSI(s)

SRC_phonon/compile.msg:f90-197 f90: ERROR SYM_FOR, File =
wien2k2phonon_sym.f, Line = 573, Column = 133

SRC_phonon/compile.msg:f90: 1 Error(s), 0 Warning(s), 0 Other message(s), 0
ANSI

(s)

SRC_phonon/compile.msg:*** Error code 2 (bu21)



SRC_phonon:



              write(23,'(8x,3f10.7,3x,3f12.7)')
pos1(1,idispl),pos1(2,idispl),po

s1(3,idispl),displ(1,idispl),displ(2,idispl),displ(3,idispl)

                                                                       ^

f90-197 f90: ERROR SYM_FOR, File = wien2k2phonon_sym.f, Line = 573, Column =
133

  Unexpected syntax: ")" was expected but found "EOS".



SRC_mini:

           SUM = SUM + RANF ( DUMMY )

                                                  ^

f90-739 f90: WARNING GAUSS, File = nose.f, Line = 145, Column = 31

  No arguments are allowed to the "RANF" intrinsic function - arguments
ignored.



SRC_lapw1:

seclr5.F:

          thistime=dtime4(lasttime)

          ^

f90-1294 f90: WARNING PRINTTIME4, File = service.f, Line = 43, Column = 4

  Function "DTIME4" is defined at line 1 (service.f). Type and rank for
result "

DTIME4" differ at this definition or reference.

                                    ^

f90-1279 f90: WARNING PRINTTIME4, File = service.f, Line = 43, Column = 20

  Procedure "DTIME4" is defined at line 1 (service.f).  The type of this
argumen

t does not agree with dummy argument "LASTTIME".



SRC_optic:

modules.frc:

      function second(dummy)

                    ^

f90-1295 f90: WARNING SECOND, File = cputim.f, Line = 5, Column = 16

  "SECOND" is defined or referenced at line 3 (cputim.f) and here.  The
number o

f arguments do not match.  Expected 0, but found 1.



----- Original Message -----
From: "Jones, Wesley" <Wesley_Jones at nrel.gov>
To: <wien at zeus.theochem.tuwien.ac.at>
Sent: Thursday, September 11, 2003 5:43 PM
Subject: RE: [Wien] compiling errors on SGI system


> You have to have complib installed.  Check to see if it
> is installed.
>
> bash$ versions | grep complib
>
> complib_dev
> complib_eoe
>
> WEs
>
> > -----Original Message-----
> > From: Aiqin Jiang [mailto:aj6 at njit.edu]
> > Sent: Thursday, September 11, 2003 12:43 PM
> > To: wien at zeus.theochem.tuwien.ac.at
> > Subject: [Wien] compiling errors on SGI system
> >
> >
> > Dear all,
> > I met some problem when installing it on an SGI machine. I
> > selected "f90"
> > and "cc -64" complier,
> > When "specify compiler options, BLAS and LAPACK", I used "recommended
> > options for system sgi" , but I got lots of error messages.
> > Could someone
> > tell me how to deal with the errors? Any assistance for you
> > will be greatly
> > appreciated.
> >
> > Aiqin
> >
> >
> > I used recommended options for system sgi:
> > Compiler options:        -O -mips4 -r10000 -freeform -64
> > Linker Flags:            -mips4 -r10000 -64
> > Preprocessor flags:      '-DParallel'
> >  R_LIB (LAPACK+BLAS):     -lcomplib.sgimath
> >
> > After compiling, I got following errors
> >
> > Compile time errors (if any) were:
> > SRC_filtvec/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such file or directory
> > SRC_filtvec/compile.msg:*** Error code 2 (bu21)
> > SRC_filtvec/compile.msg:*** Error code 1 (bu21)
> > SRC_filtvec/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such file or directory
> > SRC_filtvec/compile.msg:*** Error code 2 (bu21)
> > SRC_filtvec/compile.msg:*** Error code 1 (bu21)
> > SRC_lapw1/compile.msg:f90: 0 Error(s), 2 Warning(s), 0 Other
> > message(s), 0
> > ANSI(s)
> > SRC_lapw1/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > suchfile or directory
> > SRC_lapw1/compile.msg:*** Error code 2 (bu21)
> > SRC_lapw1/compile.msg:*** Error code 1 (bu21)
> > SRC_lapw1/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such file or directory
> > SRC_lapw1/compile.msg:*** Error code 2 (bu21)
> > SRC_lapw1/compile.msg:*** Error code 1 (bu21)
> > SRC_lapw2/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such
> > file or directory
> > SRC_lapw2/compile.msg:*** Error code 2 (bu21)
> > SRC_lapw2/compile.msg:*** Error code 1 (bu21)
> > SRC_lapw2/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such
> > file or directory
> > SRC_lapw2/compile.msg:*** Error code 2 (bu21)
> > SRC_lapw2/compile.msg:*** Error code 1 (bu21)
> > SRC_lapw7/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such
> > file or directory
> > SRC_lapw7/compile.msg:*** Error code 2 (bu21)
> > SRC_lapw7/compile.msg:*** Error code 1 (bu21)
> > SRC_lapw7/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such
> > file or directory
> > SRC_lapw7/compile.msg:*** Error code 2 (bu21)
> > SRC_lapw7/compile.msg:*** Error code 1 (bu21)
> > SRC_lapwdm/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such
> >  file or directory
> > SRC_lapwdm/compile.msg:*** Error code 2 (bu21)
> > SRC_lapwdm/compile.msg:*** Error code 1 (bu21)
> > SRC_lapwdm/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > suchfile or directory
> > SRC_lapwdm/compile.msg:*** Error code 2 (bu21)
> > SRC_lapwdm/compile.msg:*** Error code 1 (bu21)
> > SRC_lapwso/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > suchfile or directory
> > SRC_lapwso/compile.msg:*** Error code 2 (bu21)
> > SRC_mini/compile.msg:f90: 0 Error(s), 1 Warning(s), 0 Other
> > message(s), 0
> > ANSI(s)
> > SRC_optic/compile.msg:f90: 0 Error(s), 1 Warning(s), 0 Other
> > message(s), 0
> > ANSI(s)SRC_optic/compile.msg:f90: 0 Error(s), 1 Warning(s), 0 Other
> > message(s), 0 ANSI(s)SRC_phonon/compile.msg:f90-197 f90:
> > ERROR SYM_FOR, File
> > = wien2k2phonon_sym.f, Line = 573, Column = 133
> > SRC_phonon/compile.msg:f90: 1 Error(s), 0 Warning(s), 0 Other
> > message(s), 0
> > ANSI(s)SRC_phonon/compile.msg:*** Error code 2 (bu21)
> > SRC_qtl/compile.msg:ld64: FATAL   9  : I/O error
> > (-lcomplib.sgimath): No
> > such file or directory
> > SRC_qtl/compile.msg:*** Error code 2 (bu21)
> >
> > _______________________________________________
> > Wien mailing list
> > Wien at zeus.theochem.tuwien.ac.at
> > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> >
> _______________________________________________
> Wien mailing list
> Wien at zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
>




More information about the Wien mailing list