Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

-fast option : -xP => -xN

celicolas
Beginner
920 Views
Hi,

Is there any way to specify to the -fast option to use -xN instead of -xP (this last one is not supported by my processor) ?

Thank you

Celicolas
0 Kudos
2 Replies
Steven_L_Intel1
Employee
920 Views
You should be able to just specify -xN explicitly on the line after -fast. There is not a way to change the behavior of -fast itself.
0 Kudos
celicolas
Beginner
920 Views
This is what I get :(

ifort: Command line warning: -fast overrides any subsequent processor specific option. '-xN' has no effect

Whatever... I will make an 'ifort' alias including the options I usually want.

Thank you
0 Kudos
Reply