- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am really new to visual studio's and have a question about converting an old Compaq program to Visual Studio's math library. The program I am using "includes" cxml_include.f90. I use an fft program within the code and would like to hear any suggestions of what I should replace this line of code with for MKL. I keep getting a missing error and I assumed that cxml is Compaq's math library.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, CXML is Compaq Extended Math Library. You will first want to identify which CXML routines were used and then see if MKL has equivalent routines. Then, read the MKL documentation to see how you should incorporate those in your application. Typically, you would add a USE statement rather than an INCLUDE, but there is not one simple answer to substituting.
Read the MKL documentation and if you have further questions, please ask in the MKL user forum.
Read the MKL documentation and if you have further questions, please ask in the MKL user forum.

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