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

ifort: command line remark #10148: option '/optimize:3' not supported

Danielle_M_
Beginner
616 Views

Hi,

I am trying to compile a Fortran code and the error attached always appears.

Thanks in advance.

Danielle

Erro_0.jpg

0 Kudos
1 Reply
Lorri_M_Intel
Employee
616 Views

Please simply use /O3.

The longer spelling, /optimize, was deprecated several releases back and then removed in the following release.

In general, if you use "ifort /help" you can see all the valid options, and that may help in the future.

                             --Lorri

0 Kudos
Reply