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

IMSL problem

feliciobbarros
Beginner
1,410 Views
Hi,
When I compile my code, with the statements:

INCLUDE 'link_fnl_static.h'
USE GQRUL_INT

The following error mensagem appears:

"error #7881: This module file was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read. [GQRUL_INT]"

I am using:
Intel Visual Fortran for IA-32 and Intel 64 (with Microsoft Visual Studio 2008 Shell and Libraries*)
IMSL* Library for Intel 64
OS - Vista - Ultimate - 64 bits

I would appreciate any help. Thanks,

Felicio
0 Kudos
1 Solution
Steven_L_Intel1
Employee
1,410 Views
You are either using the 32-bit compiler and 64-bit IMSL libraries or the reverse. See this article for information on how to configure Visual Studio for IMSL.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,411 Views
You are either using the 32-bit compiler and 64-bit IMSL libraries or the reverse. See this article for information on how to configure Visual Studio for IMSL.
0 Kudos
feliciobbarros
Beginner
1,410 Views
You are either using the 32-bit compiler and 64-bit IMSL libraries or the reverse. See this article for information on how to configure Visual Studio for IMSL.
Thank you very much. I had forgotten to change the compile from 32-bit for 64-bit. The article was very helpfull.
0 Kudos
Reply