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

does ifort emulate f77?

s0237717
Beginner
609 Views
I have got the free version of ifort (version 8) and I need it to emulate -f77. Is this possible?

thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
609 Views
ifort would test as a fully compliant F77 compiler (with the -f77rtl switch, which adjusts behaviors that conflict with F90.) You should have no trouble with your F77 code.
0 Kudos
Reply