Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
공지
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

IMSL Library not included in INTEL PARALLEL STUDIO XE COMPOSER for WINDOWS 2018

prabha_d_
초급자
3,148 조회수

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

0 포인트
12 응답
prabha_d_
초급자
3,148 조회수

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

0 포인트
DavidWhite
소중한 기여자 II
3,148 조회수

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.

0 포인트
andrew_4619
명예로운 기여자 III
3,148 조회수

MKL is provided which may do what you need.

0 포인트
prabha_d_
초급자
3,148 조회수

Thanks for your reply. Can I solve ODE (ordinary Differential Equations ) and function minimization  in MKL library

Thanks again for your support

0 포인트
mecej4
명예로운 기여자 III
3,148 조회수

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 .

 

0 포인트
Greg_T_
소중한 기여자 I
3,148 조회수

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.

0 포인트
prabha_d_
초급자
3,148 조회수

Thanks to all for your reply !! Please suggest me how can I buy IMSL library separately which will work with intel parallel studio XE composer 2018

 

regards

prabha

0 포인트
mecej4
명예로운 기여자 III
3,148 조회수

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

 

 

0 포인트
prabha_d_
초급자
3,148 조회수

I bought IMSL 7.0 library from intel and installed it with intel parallel studio 2018 . still I am finding difficulty to run my Fortran code. please help me to solve the program. I have attached error copy here.

 

 

0 포인트
mecej4
명예로운 기여자 III
3,148 조회수

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/ .

0 포인트
Steve_Lionel
명예로운 기여자 III
3,148 조회수

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.

0 포인트
mecej4
명예로운 기여자 III
3,148 조회수

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 .

0 포인트
응답