- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What did you read that made you think that? You don't have to rewrite your sources.
What you will have to do is change the set of libraries linked against, selecting the set you want from the four offered as described in the Building Applications manual section on Using Libraries..Using IMSL Libraries.
The only thing I can think of that may be an issue is if you have USE IMSL or USE MSIMSL, as these modules are not provided. But you can easily accomodate that by adding a source to your project with:
MODULE IMSL
USE NUMERICAL_LIBRARIES
END MODULE IMSL
It is true that IMSL now documents a new coding style, with the USE xxx_INT modules, but the old ways still work, even if you are using strict F77-style code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've read "Using the IMSL Libraries from the Integrated Development Environment" and tried some example from "IMSL Fortran 90 MP Library Help" (from CVF). I was able to make it work only with new library interface by rewriting calls.
Yes, the problem was with using appropriate modules, (before I found only IMSL_LIBARIES). After adding a source with IMSL module that you suggested everything builds successfully.
Thank you!

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