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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29306 Discussions

Compilation using IFORT rather than IFX?

AONym
New Contributor II
657 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
650 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
623 Views

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

for example

Reply