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

CXML switch to MKL

ksg4qvirginia_edu
496 Views
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.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
496 Views
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.
0 Kudos
Reply