- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I try to set up the parallelization for visual fortran compiler with Windows 64 bits. Go to Project -> properties... -> Configuration properties -> Fortran -> Optimization: choose Yes (/Qparallel) for parallelization. Then I run the code and get the error message: "This application has failed to start because libguide40.dll was not found. Re-installing the applicatin may fix this problem."
The file "libguide40.dll" exists in the folder: C:\WINDOWS\system32.
I do not have this error if I choose No for parallelization. So it seems this error is related to parallelization and the Windows 64 bits.
Any suggestions to solve this problem are very appreciated.
The file "libguide40.dll" exists in the folder: C:\WINDOWS\system32.
I do not have this error if I choose No for parallelization. So it seems this error is related to parallelization and the Windows 64 bits.
Any suggestions to solve this problem are very appreciated.
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which version of the compiler are you using? libguide40.dll does not belong in WindowsSystem32 - it should be in the compiler's LIB folder. Also, 11.x versions don't use that DLL at all by default - they use libiomp5md.dll.
This DLL is the parallel processing support for the compiler. When the compiler is installed, PATH should be modified to include the compiler LIB folder where the DLL can be found. libguide40.dll should be removed from the System32 folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The version of the compiler is Microsoft Visual Studio 2008 Version 9.0
Where is the compiler's LIB folder? I found the DLL files in this folder: C:WINDOWSSysWOW64
Here is the path in my PC:
H:>path
PATH=C:Program FilesTecplotTec360 2009Bin;C:Python25;C:WINDOWSsystem32;C:
WINDOWS;C:WINDOWSSystem32Wbem;C:Program Files (x86)QuickTimeQTSystem;c:
Program Files (x86)Microsoft SQL Server90Toolsbinn;%IFORT_COMPILER10%EM64T
Lib;C:SIMULIAAbaqusCommands;C:Program FilesHummingbirdConnectivity13.00
NFS Maestro;C:Program Files (x86)HummingbirdConnectivity13.00NFS Maestro;
C:MATLABR2009bruntimewin64;C:MATLABR2009bbin
Quoting - Steve Lionel (Intel)
Where is the compiler's LIB folder? I found the DLL files in this folder: C:WINDOWSSysWOW64
Here is the path in my PC:
H:>path
PATH=C:Program FilesTecplotTec360 2009Bin;C:Python25;C:WINDOWSsystem32;C:
WINDOWS;C:WINDOWSSystem32Wbem;C:Program Files (x86)QuickTimeQTSystem;c:
Program Files (x86)Microsoft SQL Server90Toolsbinn;%IFORT_COMPILER10%EM64T
Lib;C:SIMULIAAbaqusCommands;C:Program FilesHummingbirdConnectivity13.00
NFS Maestro;C:Program Files (x86)HummingbirdConnectivity13.00NFS Maestro;
C:MATLABR2009bruntimewin64;C:MATLABR2009bbin
Quoting - Steve Lionel (Intel)
Which version of the compiler are you using? libguide40.dll does not belong in WindowsSystem32 - it should be in the compiler's LIB folder. Also, 11.x versions don't use that DLL at all by default - they use libiomp5md.dll.
This DLL is the parallel processing support for the compiler. When the compiler is installed, PATH should be modified to include the compiler LIB folder where the DLL can be found. libguide40.dll should be removed from the System32 folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You told me the Microsoft Visual Studio version. I want to know the Intel Visual Fortran compiler version. It does not look as if you have Intel Visual Fortran installed on this PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Now the code is running well with debug mode, but failed with release mode.
My Visual Fortran Compiler is version Version 10.1.029
My Visual Fortran Compiler is version Version 10.1.029
C:>path
PATH=C:Program Files (x86)IntelCompilerFortran10.1.029Ia32Bin;C:Program
Files (x86)Common FilesIntelShared FilesIa32Bin;c:Program Files (x86)Micr
osoft Visual Studio 9.0Common7IDE;c:Program Files (x86)Microsoft Visual Stud
io 9.0VCBIN;c:Program Files (x86)Microsoft Visual Studio 9.0Common7Tools;c
:Program Files (x86)Microsoft Visual Studio 9.0Common7Toolsbin;c:WINDOWSM
icrosoft.NETFrameworkv3.5;c:WINDOWSMicrosoft.NETFrameworkv2.0.50727;c:Pro
gram Files (x86)Microsoft Visual Studio 9.0VCVCPackages;C:Program FilesMicr
osoft SDKsWindowsv6.0Abin;C:Program FilesTecplotTec360 2009Bin;C:Python2
5;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program Files (x86)
QuickTimeQTSystem;c:Program Files (x86)Microsoft SQL Server90Toolsbinn;
%IFORT_COMPILER10%EM64TLib;C:SIMULIAAbaqusCommands;C:Program FilesHumming
birdConnectivity13.00NFS Maestro;C:Program Files (x86)HummingbirdConnecti
vity13.00NFS Maestro;C:MATLABR2009bruntimewin64;C:MATLABR2009bbin
C:>echo %IFORT_COMPILER10%
C:Program Files (x86)IntelCompilerFortran10.1.029
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How does it fail? Version 11.1 is current.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page