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

Visual Studio setting for fortran version

kmcc1
Beginner
295 Views
Is there a setting in Visual Studio project properties,that showswhichversion of Fortran will be compiled?



0 Kudos
4 Replies
bmchenry
New Contributor II
295 Views
Tools->Options->Intel Visual Fortran->Compilers
see selected version of suite/compiler
0 Kudos
kmcc1
Beginner
295 Views
isn't that the version of the compiler?

how about which version of fortran, itself, like 2008, 2003, 95, 90, etc.

0 Kudos
Steven_L_Intel1
Employee
295 Views
You can enable standards checking against the 90, 95 and 2003 versions of the standard. This is done with the project property Fortran > Diagnostics > Warn for non-standard Fortran. This option will give you warnings if you use a feature not in the specified language revision. You can optionally choose to treat standards warnings as errors (same property page).
0 Kudos
kmcc1
Beginner
295 Views
thanks so much, this is a very nice feature.
0 Kudos
Reply