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

DOS commands used to link IMSL libraries

postaquestion
Novice
356 Views

I don't know whatDOS commands are used to link imsl library in a program on UNIX.

In the program I wrote ..include 'link_f90_static.h' and use _INT.., but when I create .out doesn't work because it can't find the path of library.

Please help & best regards.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
356 Views
UNIX?

If you are using Intel Visual Fortran and open your command prompt session with the "Fortran Build Environment..." shortcut, and have IMSL installed from Intel Visual Fortran Professional Edition with IMSL, then the path to the IMSL libraries is set up automatically. I will note that the name link_f90_static.h is, in version 10.x, link_fnl_static.h (a change in IMSL 6.0).

What part of your environment doesn't match the above?
0 Kudos
Reply