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

Compilation using IFORT rather than IFX?

AONym
New Contributor II
607 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
600 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
573 Views

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

for example

Reply