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

Problems with IMSL for Compaq Fortran - Windows XP

rfirmeza
Beginner
355 Views
I run Compaq Visual Fortran Professional Edition 6.6.a. for Windows. Recently I tried to set up the library IMSL, but had some problems. I saw that in the professional version, IMSL is included, but it looks like only a few commands are available.

Linear solver (.LIN_SOL_GEN) is available, but sparse (LSLXG) is not.

The errors I get when trying to run an example from the manual with the following commands:
USE LSLXG_INT
USE WRRRN_INT
USE L4LXG_INT

Error: Error in opening the Library module file. [LSLRT_INT]

Did anybody face the same problem?

Thanks for any help,

Rfirmeza
0 Kudos
1 Reply
Steven_L_Intel1
Employee
355 Views
You are looking at a manual for IMSL 6 but what came with CVF Pro is IMSL 5 which does not provide modules such as the xxx_INT modules. There are thousands of routines available, but make sure you read the correct documentation.
0 Kudos
Reply