Hi ,
IMSL library is not included in Intel studio XE 2018 for windows . I have used IMSL functions in my earlier code. How Can I build that program in the parallel studio 2018 without IMSL library.
Thanks in advance
連結已複製
Hi , I already bought Intel parallel studio XE composer edition 2018 for windows , which does not include IMSL library, I am unable to bulid my project in this . Can I buy IMSL separately and integrate it with Parallel studio XE 2018 .
Thanks
There is no ODE solver in MKL, but a number of excellent solvers are available elsewhere. Intel itself has an unsupported but very capable ODE-IVP library at https://software.intel.com/en-us/articles/intel-ordinary-differential-equations-solver-library . It would help if you could describe whether your ODE problem is an IVP, BVP or EVP, and whether your ODE is stiff.
Likewise, before selecting a solver to replace UMPOL (which, being based on a polytope algorithm, is quite slow for analytically defined functions, especially if the function gradient can be calculated analytically) consult the decision tree at http://plato.la.asu.edu/guide.html .
Another open source for mathematical routines is the NIST Guide To Available Mathematical Software (GAMS): https://gams.nist.gov/
Use the "problem keyword" search for "ordinary differential equations" to get a list of routines for various types of solvers.
I've used routines from GAMS successfully.
Regards, Greg T.
IMSL 7.0 from Intel, as part of a package or as an add-on:
https://software.intel.com/en-us/rogue-wave-imsl-fortran-library/try-buy
IMSL Fortran 7.1 from Rogue Wave
https://www.roguewave.com/products-services/request-quote
IMSL is an optional package (no longer available from Intel), so you have to configure Visual Studio (i.e., the compiler, linker and the runtime environment) to use it. Please see https://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/ .
I'll note that the Intel article was written assuming the IMSL package as supplied by Intel. While it should generally be applicable to separately purchased IMSL, it's possible that some minor aspects may need tweaking.
According to what was stated in #10, IMSL was purchased from Intel, so the directions should smooth her way:
prabha d. wrote:
I bought IMSL 7.0 library from intel and installed it with intel parallel studio 2018 .
