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

Force onetrip in do loop

sgibby
Beginner
753 Views
I'm portinga codefromIBM AIX to Windows PC using Comaq VSF 6.6. The code requires do loops to be executed at least once (-qonetrip or -1 compiler option on XL FORTRAN). Is there an equivalent option for VSF compiler?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
753 Views
/f66 is the command line option. In Developer Studio, it's Project..Settings..Fortran..Fortran Language..Enable FORTRAN-66 Semantics.
0 Kudos
Reply