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

VTune does not find library libifcoremd.dll

Alessandro_D_
New Contributor I
1,141 Views

I am using Vtune 2024.0 in visual studio. The code compiles and runs ok but when I try to run the Intel Vtune profiler, I get the error message

"The code execution cannot proceed because libifcoremd.dll was not found. Reinstalling the program may fix this problem" 

Please see also the attached screenshots. Can someone please advise me on how to solve this problem? The promt suggests reinstalling the program, but which program? Do I have to reinstall the whole intel oneapi base and HPC toolkit??

Thanks!

 

Screenshot 2024-09-15 170003.pngScreenshot 2024-09-15 170051.png

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
1,099 Views

What I have seen sometimes is that the system PATH environment variable is not updated to point to the location where the DLLS are. I've also seen that PATH is updated but Windows doesn't see it until a reboot or you log out and in again.

So, the first thing I suggest is reboot. If that doesn't help, click the Windows Start button, type "cmd" (without the quotes) and open the Command Prompt app. Type the command "set PATH" (again, no quotes). Look at what is displayed and see if it contains:

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

If it doesn't, uninstall and reinstall the HPC Toolkit. It may be easier to just install the 2024.1 version, which is current.

View solution in original post

0 Kudos
6 Replies
Steve_Lionel
Honored Contributor III
1,100 Views

What I have seen sometimes is that the system PATH environment variable is not updated to point to the location where the DLLS are. I've also seen that PATH is updated but Windows doesn't see it until a reboot or you log out and in again.

So, the first thing I suggest is reboot. If that doesn't help, click the Windows Start button, type "cmd" (without the quotes) and open the Command Prompt app. Type the command "set PATH" (again, no quotes). Look at what is displayed and see if it contains:

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

If it doesn't, uninstall and reinstall the HPC Toolkit. It may be easier to just install the 2024.1 version, which is current.

0 Kudos
lucasterry
Novice
1,050 Views

I followed these steps but issue remains. When I run "set PATH" in cmd nothing changes after re installing HPC Toolkit.

0 Kudos
Steve_Lionel
Honored Contributor III
1,048 Views

"set PATH" doesn't change anything - it was a diagnostic step.

0 Kudos
lucasterry
Novice
1,044 Views

 I meant that after re installing, I run "set PATH" and the directory list did not change. 

0 Kudos
Steve_Lionel
Honored Contributor III
953 Views

I suggest you then add the two paths I mentioned above to the PATH environment variable. Let me know if you don't know how to do this.

0 Kudos
lucasterry
Novice
900 Views

I added the path and it works, thanks!

Reply