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.
29285 Discussions

Compilation using IFORT rather than IFX?

AONym
New Contributor II
632 Views

How do I force compilation using IFORT rather than IFX, when using VS2022?

IFX doesn't support /check:uninit.

0 Kudos
2 Replies
AONym
New Contributor II
625 Views

I found the answer--right-click in the project in solution explorer and select 'Intel compiler'. It does not seem to be available in VS under Tools/Options/Intel Fortran.

Now all I have to do is figure out how to avoid getting a message

"ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024."

for every file compiled.

0 Kudos
andrew_4619
Honored Contributor III
598 Views

/Qdiag-disable:7025,5142,6477,7762,10448

for example

Reply