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

ifort & IMSL

topper
Beginner
590 Views
Hi all!
At our site we now have the new Intel Fortran Compiler 8.0 (ifort) installed. Before that, we used the Compaq Compiler (f90). I put in my program-code the line use numerical_libraries, compiled from the command-prompt via f90 program.f90 and everything worked fine.
But now, when I try to use the IMSL with ifort, this doesn't work anymore, even when I copy all environmentvariables from the f90-prompt.
Do I have to put some more information into the ifort command-prompt line or are the old IMSL and the new Intel Fortran 8.0 Compiler not compatible?
Thanks in advance
Thomas Bauer
0 Kudos
2 Replies
Steven_L_Intel1
Employee
590 Views
The IMSL libraries from Compaq Visual Fortran are not compatible with Intel Visual Fortran. You can upgrade your Intel Fortran to the Professional Edition which includes the new IMSL 5.0.
0 Kudos
topper
Beginner
590 Views

Thank you for this information!

Thomas

0 Kudos
Reply