Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 ディスカッション

Redistribution libraries

Reinaldo_Garcia
ビギナー
922件の閲覧回数
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 件の賞賛
4 返答(返信)
Steven_L_Intel1
従業員
922件の閲覧回数
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?
Reinaldo_Garcia
ビギナー
922件の閲覧回数
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
Steven_L_Intel1
従業員
922件の閲覧回数
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.
Reinaldo_Garcia
ビギナー
922件の閲覧回数
Yes, I am aware of the stubs lib. The user solved the issue reinstalling the msi file and rebooting.
Thanks again.
返信