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

Which Fortran environment variables am I missing?

spainchaud
New Contributor I
588 Views

I have a new computer with a fresh installation of the base and HPC tool kits. My C# application cannot find the Fortran DLL. I suspect I am missing an environment variable, as this same problem occurred with my last new install of Fortran. The problem was solved in these forums, but I cannot find the post. Here are the Intel related variables that I have.

 

ADVISOR_2025_DIR   C:\Program Files (x86)\Intel\oneAPI\advisor\2025.2

IFORT_COMPILER25   C:\Program Files (x86)\Intel\oneAPI\compiler\2025.2\

VTUNE_PROFILER_2025_DIR    C:\Program Files (x86)\Intel\oneAPI\vtune\2025.4

 

Can someone tell me which variable(s) I am missing?

0 Kudos
3 Replies
spainchaud
New Contributor I
578 Views

I finally found that old post. I had to add to the Path variable:

 

C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin

 

I will try this.

0 Kudos
andrew_4619
Honored Contributor III
575 Views

Are you trying to setup the environment? The normal was is just to use the start menu link to open a Fortran command prompt. Was that not working?

 

 

Reply