Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29375 ディスカッション

Technical Support Request for Fortran Compiler

ZEMROG
ビギナー
619件の閲覧回数

I am encountering the following errors while compiling my Fortran code:

  1. An "Unexpected character in variable list" error occurs at the line DIMENSION XIN(NI), OUT(NOUT), ....
  2. "Unclassifiable statement" errors appear at lines like OUT(1) = XIN(1).

I am unable to identify the cause of these errors. There might be an issue with variable declarations or incorrect usage in the code. Could you please assist?

 

Ekran Alıntısı.JPG

 

0 件の賞賛
2 返答(返信)
TobiasK
モデレーター
570件の閲覧回数

@ZEMROG please share some more details of your environment like OS/compiler/VS version used. Also please attach the source code and a reproducer that triggers the error.

Steve_Lionel
名誉コントリビューター III
547件の閲覧回数

Those errors are not from Intel Fortran - they look more like gfortran to me. 

返信