- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
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.

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