Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

IMSL for 64 bit

urayasu551
Beginner
800 Views
Hi. I use Intel Visual Fortran Compiler (ver10 Professional Edition) and have a problem using IMSL on a 64 bit machine.
The same code runs perfectly well with Win32 mode, but once I switch to x64, it gives an error that says
"Error: This module file was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read. [NUMERICAL_LIBRARIES]"


In Tools->Options, with the target platform of x64, I addedunder "Libraries"
C:\Program Files\VNI\imsl\fnl600\IA64\lib
and under"Includes"
C:\Program Files\VNI\imsl\fnl600\INTEL64\include
C:\Program Files\VNI\imsl\fnl600\IA64\include\dll


Is there anything that I'm supposed to do? Any help is really appreciated.
Thank you very much.
0 Kudos
1 Solution
Steven_L_Intel1
Employee
800 Views
Replace IA64 with INTEL64. Remove the first line you show under Includes as it is incorrect (doesn't have the subfolder.) IA64 is for Intel Itanium processors.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
801 Views
Replace IA64 with INTEL64. Remove the first line you show under Includes as it is incorrect (doesn't have the subfolder.) IA64 is for Intel Itanium processors.
0 Kudos
urayasu551
Beginner
800 Views
Replace IA64 with INTEL64. Remove the first line you show under Includes as it is incorrect (doesn't have the subfolder.) IA64 is for Intel Itanium processors.

Dear Steve,
Thank you, the problem is resolved completely.
0 Kudos
Reply