- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
If you search for IMSL on the intel website, you will find the page that enables you to purchase IMSL as an Add-In to your current compiler.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 .
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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/ .
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 .
