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

Migrating to IFX

BTintheOC
Beginner
1,428 Views

I'm resurrecting a program that was last accessed in Intel Parallel Studio. I loaded Visual Studio 2022 and the OneAPI Toolkit and everything loaded in and ran right away - great! Apparently, I'm in Intel Fortran Compiler Classic - I'm not even sure how I got there.

Now I see I'm supposed to migrate to ifx. I'd be happy to, but I don't see how to do this. I've read that both ifort and ifx are contained in the OneAPI Toolkit, but I was looking for a switch somewhere, or some instructions online, that would let me pick between ifort and ifx, but I don't see one. I found the Porting Guide, but it only talks about settings once I'm in ifx. How do I make this transition?  Is it possible to have both ifort and ifx available side-by-side so I can do my comparisons?

Labels (1)
0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
1,416 Views

First, you must change the project configuration to x64 (64-bit). Then right click on the project, select Intel Compiler > IFX.

0 Kudos
Barbara_P_Intel
Employee
1,414 Views

@Devorah_H_Intel wrote this article, too, that may help.

 

0 Kudos
Reply