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

Intel OneAPI Fortran Compiler ifx works with MSVS 2019 (16.11.55) for old source files

WH-
Beginner
49 Views

Hello folks,

I've got a couple of questions as follows:

Q1. Does Intel Fortran Compiler ifx.exe work with MSVS- Microsoft Visual Studio 2019 (16.11.55) ?

      I've tried to switch modes between Console and Windows in order for a test-run of the project named "Hello World" on the system of "Windows 11 Home." Unfortunately, it kept turning out the message indicating: "The code execution cannot proceed because libifcoremdd.dll was not found. Reinstalling the program may fix this problem."  However, this dll file has been sitting with ifx.exe in the same directory "bin" since ifx.exe compiler was installed.

Q2. As what was done in the years of 1990's, I'm wondering if there is still a makefile program like Make.exe to compile/link a group of project files into an executable code to be able to run on the Windows command mode?  

0 Kudos
3 Replies
JohnNichols
Honored Contributor I
27 Views

The latest ONEAPI has been released.  Although the Intel note on this forum said the Fortran compiler is available they did not mention you really need the whole lot as you need DPC upgrade,  it is easy to find. It will not update through control panel as there is only one API installer not the LPC and HPC.  

It will only install with 2026 and 2022, you need to ditch VS 2019, the latest 2026 and ONEAPI will install in a few minutes and it runs old code nicely.  

The minor annoyances are not worth the hassle.  

 

0 Kudos
JohnNichols
Honored Contributor I
27 Views

Make is still around.  It is much easier to just compile a SLNX VS file and just run in a nice IDE.

 

0 Kudos
WH-
Beginner
13 Views

Thank Mr. Nichols so much for the big help. After having followed your kind instructions, I finally got Fortran Compiler ifx.exe worked out for my first project, TestRun with only one statement as Print *, 'Hello World' in the source code.  It's going to take some time- maybe several days or even weeks on learning SLNX VS files and then just run in a nice IDE. Thanks again.

.  

0 Kudos
Reply