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

compiling with imsl

imeca
Beginner
351 Views
Hello everybody,
i am using IMSL library to take advantages of some mathemactical predefined functions in there. but i have a trouble in compiling a program that have to work properly on another windows system which doesn't contain imsl library intsalled in it.

Can any body help me in this topic?

thank you in advance.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
351 Views
What is the problem? I'll take a guess, though. Windows complains of a missing DLL. By default, you'll need the Intel Fortran DLL libiomp5md.dll on the target system in the same folder as your executable.

There might be other requirements depending on how you have linked in IMSL. are you using one of the 'LINK_FNL_xxx.h' INCLUDE lines? Which one? If not, how are you specifying the libraries to use?
0 Kudos
Reply