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

IMSL library installation question IA64 vs IA32

postaquestion
Novice
880 Views
I used the example file "imslmp.f90' to validadte IMSL installation. It compiled OK but at runtime, it gave the follwoing error "The applcation of DLL C:Program FilesVNIimslfnl600IA64libimsl_dll.dll is not a valid Windows image. Please check this against your installation diskette".I installed the 32 bit version, IA32; why it complained about an error in IA64. I re-installed the 32 bit IMSL library; but it didn't solve the problem.
0 Kudos
5 Replies
Steven_L_Intel1
Employee
880 Views
Check the definition of PATH to see if it includes the path to the fnl600IA64 folder. My guess is that you also installed the IA-64 IMSL and it blindly adds this path even if you're not installing on IA-64. If you do not intend to develop for IA-64 I suggest uninstalling the IMSL for IA-64.
0 Kudos
sariyer0636
Beginner
880 Views
I am having the same problem. Uninstalled IA64. The problem is still there. Any suggestions?

0 Kudos
Steven_L_Intel1
Employee
880 Views
Check PATH.
0 Kudos
urayasu55
Beginner
880 Views
Check PATH.

I have the same problem. It runs fine in win32, but returns an error with NUMERICAL _LIBRARIESin x64.

I set the path
C:Program Files (x86)VNIimslfnl600IA32lib
C:Program Files (x86)VNIimslfnl600IA64lib
in Libraries directories and
C:Program Files (x86)VNIimslfnl600IA32includedll
C:Program Files (x86)VNIimslfnl600IA64includedll
in Includes list.

What is the problem?

Thank you so much for any help.
0 Kudos
Steven_L_Intel1
Employee
880 Views

I assume that the error you get is an internal compiler error? If so, unpack the attached ZIP to the folder C:Program FilesVNIimslfnl600Intel64include That should take care of it. I'll comment that the issue you're reporting is unrelated to the rest of this thread.
0 Kudos
Reply