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

Intel Fortran Compiler file error message

deepakp1387
Beginner
568 Views
If anyone else has ever encountered the following error and knows the reason, Please Help!
Library that generated this error was compiled in the Intel Fortran 11 version.

df: error: Unknown switch: '/O3'
Thank You
0 Kudos
2 Replies
Aubrey_W_
New Contributor I
568 Views

Hello,

I'll move this thread to the Intel Fortran Compiler forum, where one of our technical consulting engineers can assist you.

Best regards,

==
Aubrey W.
Intel Software Network Support

0 Kudos
Steven_L_Intel1
Employee
568 Views
The "df" command is for Compaq Visual Fortran and indeed that compiler did not recognize an /O3 switch. The Intel compiler command, ifort, will recognize this.
0 Kudos
Reply