Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Running Fortran 2003

bontoft__elliot
ビギナー
734件の閲覧回数

Hello,

Does the file format .f90 denote that Intel Visual Fortran is compiling in the 1990 Fortran release?

If so, I would like to specify the file format to be Fortran 2003, but I do not have this option under the Project - 'Add New Item' window. How would I proceed with setting this up?

Thanks for your help.

0 件の賞賛
2 返答(返信)
andrew_4619
名誉コントリビューター III
734件の閲覧回数

.for for fixed format, ,f90 for free-form. The Fortran standards does not come into it. There are /stand options to check if your Fortran conforms to a particular standard. look at the help file.

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