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

Redistribution libraries

Reinaldo_Garcia
Beginner
909 Views
We are getting an error indicating that libiompstubs5md.dll file is not found. The error persists after installing the redistributable libs:w_fcompxe_redist_intel64_2011.7.258.msi
Is there other redistributable intallation file that we are missing?
Thanks in advance,
R//G
0 Kudos
4 Replies
Steven_L_Intel1
Employee
909 Views
What is giving you this error? Is the path C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32\compiler in your system PATH environment variable? Are you running the application on a system where Intel Visual Fortran is installed? The redistributables installer would be needed only on a system where that was not the case. If you log out and in again, does that help?
0 Kudos
Reinaldo_Garcia
Beginner
909 Views
Steve:
Thanks for your quick response. The error occurs on a system that does not have VF installed. In previous compiler versions we used to static link the OpenMP libraries. Now that the option is deprecated we thought that installing the redistributable msi would provide those libraries for computers not having VF.
Cheers,
R//G
0 Kudos
Steven_L_Intel1
Employee
909 Views
Yes, it should. Check the PATH environment variable and make sure that it includes the Common Files\Intel redistributables path. I assume you know that the "stubs" library does not provide any parallelism.
0 Kudos
Reinaldo_Garcia
Beginner
909 Views
Yes, I am aware of the stubs lib. The user solved the issue reinstalling the msi file and rebooting.
Thanks again.
0 Kudos
Reply