- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed visual fortran 6.6 professional edition and intel fortran for windows 7.0. When I builded my program, the intel complier told me "can not find IMSL library", and my program is just as following:
program test
USE IMSL
implicit none
Does anyone could like to tell me how to solve my porblem ? thanks
program test
USE IMSL
implicit none
Does anyone could like to tell me how to solve my porblem ? thanks
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can't. The CVF modules and IMSL libraries are not compatible with Intel Fortran. You would need to buy an Intel Fortran version of IMSL from Visual Numerics or wait to see if a compatible version of IMSL is included in a future version of Intel Fortran (uncertain at this time.)
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've never tried this, but why not create a cvf dll (statically linked against the appropriate imsl .lib(s)) that exports wrappers to the imsl functionality that you need and call these from ifc?
Ciao,
Gerry T.
Ciao,
Gerry T.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That should work ok.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page