[Met_help] (no subject)

a shamsi shamsi_a at live.com
Sat Oct 31 10:24:39 MDT 2009


hi met_help,

 

I am trying to compile BUFRLIB, for METv2

 

intel compilers: icc, ifort 

$AC -c -DUNDERSCORE *.c
$FC -c -DUNDERSCORE -fno-second-underscore *.f


 

fortcom: Warning: nvnwin.f, line 84: The INTEGER(KIND=4) value is out-of-range. [10E10]

INVN(I) = BMISS
----------------^
fortcom: Error: wrdlen.f, line 112: Illegal character in statement label field [I]
10 IF(I.GE.65) GOTO 900
---^
fortcom: Error: wrdlen.f, line 112: Illegal character in statement label field [F]
10 IF(I.GE.65) GOTO 900
----^
fortcom: Error: wrdlen.f, line 112: A continuation character is illegal on a line with a statement label
10 IF(I.GE.65) GOTO 900
-----^
fortcom: Error: wrdlen.f, line 112: Unbalanced parentheses
10 IF(I.GE.65) GOTO 900
-------------^
fortcom: Error: wrdlen.f, line 112: Syntax error, found INTEGER_CONSTANT '65' when expecting one of: <IDENTIFIER> <CHAR_CON_KIND_PARAM> <CHAR_NAM_KIND_PARAM> <CHARACTER_CONSTANT>
10 IF(I.GE.65) GOTO 900
-----------^
fortcom: Error: wrdlen.f, line 136: Illegal character in statement label field [I]
20 IF(J.GT.NBYTW) GOTO 902
---^
fortcom: Error: wrdlen.f, line 136: Illegal character in statement label field [F]
20 IF(J.GT.NBYTW) GOTO 902
----^
fortcom: Error: wrdlen.f, line 136: A continuation character is illegal on a line with a statement label
20 IF(J.GT.NBYTW) GOTO 902
-----^
fortcom: Error: wrdlen.f, line 136: Unbalanced parentheses
20 IF(J.GT.NBYTW) GOTO 902
----------------^
fortcom: Error: wrdlen.f, line 136: Syntax error, found ')' when expecting one of: => = . %
20 IF(J.GT.NBYTW) GOTO 902
----------------^
fortcom: Error: wrdlen.f, line 457: Illegal character in statement label field [F]
100 FORMAT(/15('='),' WELCOME TO BUFR ARCHIVE LIBRARY ',15('=')/
----^
fortcom: Error: wrdlen.f, line 457: A continuation character is illegal on a line with a statement label
100 FORMAT(/15('='),' WELCOME TO BUFR ARCHIVE LIBRARY ',15('=')/
-----^
fortcom: Error: wrdlen.f, line 457: Syntax error, found '(/' when expecting one of: => = . ( : %
100 FORMAT(/15('='),' WELCOME TO BUFR ARCHIVE LIBRARY ',15('=')/
----------^
fortcom: Error: wrdlen.f, line 469: Illegal character in statement label field [W]
900 WRITE(BORT_STR,'("BUFRLIB: WRDLEN - MACHINE WORD LENGTH IS '
----^
fortcom: Error: wrdlen.f, line 469: A continuation character is illegal on a line with a statement label
900 WRITE(BORT_STR,'("BUFRLIB: WRDLEN - MACHINE WORD LENGTH IS '
-----^
fortcom: Error: wrdlen.f, line 470: Syntax error, found CHARACTER_CONSTANT 'LIMITED TO 64 BITS (THIS MACHINE APPARENTLY HAS",I4," BIT ' when expecting one of: .EQV. .NEQV. .XOR. .OR. .AND. .LT. < .LE. <= .EQ. == .NE. /= .GT. > ...
. 'LIMITED TO 64 BITS (THIS MACHINE APPARENTLY HAS",I4," BIT '
-------^
fortcom: Error: wrdlen.f, line 473: Illegal character in statement label field [W]
901 WRITE(BORT_STR,'("BUFRLIB: WRDLEN - MACHINE WORD LENGTH (",I4,"'
----^
fortcom: Error: wrdlen.f, line 473: A continuation character is illegal on a line with a statement label
901 WRITE(BORT_STR,'("BUFRLIB: WRDLEN - MACHINE WORD LENGTH (",I4,"'
-----^
fortcom: Error: wrdlen.f, line 474: Syntax error, found CHARACTER_CONSTANT ') IS NOT A MULTIPLE OF 8 (THIS MACHINE HAS WORDS NOT ON WHOLE' when expecting one of: .EQV. .NEQV. .XOR. .OR. .AND. .LT. < .LE. <= .EQ. == .NE. /= .GT. > ...
. ') IS NOT A MULTIPLE OF 8 (THIS MACHINE HAS WORDS NOT ON WHOLE'
-------^
fortcom: Error: wrdlen.f, line 477: Illegal character in statement label field [W]
902 WRITE(BORT_STR,'("BUFRLIB: WRDLEN - BYTE ORDER CHECKING MISTAKE'
----^
fortcom: Error: wrdlen.f, line 477: A continuation character is illegal on a line with a statement label
902 WRITE(BORT_STR,'("BUFRLIB: WRDLEN - BYTE ORDER CHECKING MISTAKE'
-----^
fortcom: Error: wrdlen.f, line 478: Syntax error, found CHARACTER_CONSTANT ', LOOP INDEX J (HERE =",I3,") IS .GT. NO. OF BYTES PER WORD ' when expecting one of: .EQV. .NEQV. .XOR. .OR. .AND. .LT. < .LE. <= .EQ. == .NE. /= .GT. > ...
. ', LOOP INDEX J (HERE =",I3,") IS .GT. NO. OF BYTES PER WORD '
-------^
fortcom: Error: wrdlen.f, line 481: Illegal character in statement label field [W]
903 WRITE(BORT_STR,'("BUFRLIB: WRDLEN - CAN''T DETERMINE MACHINE '
----^
fortcom: Error: wrdlen.f, line 481: A continuation character is illegal on a line with a statement label
903 WRITE(BORT_STR,'("BUFRLIB: WRDLEN - CAN''T DETERMINE MACHINE '
-----^
fortcom: Error: wrdlen.f, line 482: Syntax error, found CHARACTER_CONSTANT 'NATIVE LANGUAGE (CHAR. A UNPACKS TO INT.",I4," NEITHER ASCII ' when expecting one of: .EQV. .NEQV. .XOR. .OR. .AND. .LT. < .LE. <= .EQ. == .NE. /= .GT. > ...
. 'NATIVE LANGUAGE (CHAR. A UNPACKS TO INT.",I4," NEITHER ASCII '
-------^
fortcom: Error: wrdlen.f, line 136: This variable or component must be of a derived or structure type [J]
20 IF(J.GT.NBYTW) GOTO 902
------^
fortcom: Error: wrdlen.f, line 136: This is not a field name that is defined in the encompassing structure. [GT]
20 IF(J.GT.NBYTW) GOTO 902
--------^
fortcom: Error: wrdlen.f, line 456: This label has not been defined as a FORMAT label. [100]
PRINT 100, NBYTW,NBITW,CNDIAN,NREV,IORD,CLANG
---------------^
fortcom: Error: wrdlen.f, line 109: This label is undefined. [10]
IF(INT.EQ.0) GOTO 10
------------------------^
fortcom: Error: wrdlen.f, line 456: This label is undefined. [100]
PRINT 100, NBYTW,NBITW,CNDIAN,NREV,IORD,CLANG
---------------^
fortcom: Severe: Too many errors, exiting
compilation aborted for wrdlen.f (code 1)
 
thanks
a_shamsi 		 	   		  
_________________________________________________________________
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail you.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/met_help/attachments/20091031/4c16243a/attachment.html 


More information about the Met_help mailing list