<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Calling Pardiso from Java in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888742#M10205</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439899"&gt;eunsal&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;You're right. I mean you need to prepare the wrapper yourself.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Aug 2009 09:46:39 GMT</pubDate>
    <dc:creator>ArturGuzik</dc:creator>
    <dc:date>2009-08-24T09:46:39Z</dc:date>
    <item>
      <title>Calling Pardiso from Java</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888738#M10201</link>
      <description>Hi,&lt;BR /&gt;I'm interested in sparse matrix solvers of MKL library. I use Java at the moment and call mkl. I went through the Java examples and they worked fine. However, there is no sparse matrixsolver examples.There are some examples for some basic sparse matrix operations, but that is not what I'm looking for. As I understood I need to call Pardiso somehow, but can't find any interface for it. Does anybody have any experience with this? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Evren</description>
      <pubDate>Fri, 21 Aug 2009 15:44:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888738#M10201</guid>
      <dc:creator>eunsal</dc:creator>
      <dc:date>2009-08-21T15:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Pardiso from Java</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888739#M10202</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439899"&gt;eunsal&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi,&lt;BR /&gt;I'm interested in sparse matrix solvers of MKL library. I use Java at the moment and call mkl. I went through the Java examples and they worked fine. However, there is no sparse matrixsolver examples.There are some examples for some basic sparse matrix operations, but that is not what I'm looking for. As I understood I need to call Pardiso somehow, but can't find any interface for it. Does anybody have any experience with this? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Evren&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Evren,&lt;BR /&gt;&lt;BR /&gt;what do you mean? I assume you call Fortran from Java via C++ and then the header would be&lt;BR /&gt;
&lt;PRE&gt;[cpp]void pardiso(&lt;BR /&gt;	_MKL_DSS_HANDLE_t *,   _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_DOUBLE_PRECISION_t *,  _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _DOUBLE_PRECISION_t *, _DOUBLE_PRECISION_t *,&lt;BR /&gt;   _INTEGER_t *);&lt;BR /&gt;[/cpp]&lt;/PRE&gt;
&lt;BR /&gt;You can get all headers in mkl/include directory. If you meant something else, please elaborate.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Aug 2009 04:27:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888739#M10202</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-08-22T04:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Pardiso from Java</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888740#M10203</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/342379"&gt;ArturGuzik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Evren,&lt;BR /&gt;&lt;BR /&gt;what do you mean? I assume you call Fortran from Java via C++ and then the header would be&lt;BR /&gt;
&lt;/EM&gt;&lt;PRE&gt;&lt;EM&gt;[cpp]void pardiso(&lt;BR /&gt;	_MKL_DSS_HANDLE_t *,   _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_DOUBLE_PRECISION_t *,  _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _DOUBLE_PRECISION_t *, _DOUBLE_PRECISION_t *,&lt;BR /&gt;   _INTEGER_t *);&lt;BR /&gt;[/cpp]&lt;/EM&gt;&lt;/PRE&gt;
&lt;BR /&gt;You can get all headers in mkl/include directory. If you meant something else, please elaborate.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2009 08:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888740#M10203</guid>
      <dc:creator>eunsal</dc:creator>
      <dc:date>2009-08-24T08:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Pardiso from Java</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888741#M10204</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am running the Java examples in MKL Examples folder. The examples import "com.intel.mkl.*".All examples run fine, however, there are example withfunctions from Pardiso.When I looked at the 'wrappers' folder, there are wrappers for LAPACK, CBLAS, VML etc., but no Pardiso. I assumed that is why I wasn't able to call afunction from Pardiso because there is no wrapper written for it.&lt;BR /&gt;&lt;BR /&gt;I have no experience with this as I only used Java libraries before.So Ifollowed the examples and tried to make it work. My main question, I guess, do I needa seperate wrapper for Pardiso or is there any other way to call it from Java?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/342379"&gt;ArturGuzik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Evren,&lt;BR /&gt;&lt;BR /&gt;what do you mean? I assume you call Fortran from Java via C++ and then the header would be&lt;BR /&gt;
&lt;/EM&gt;&lt;PRE&gt;&lt;EM&gt;[cpp]void pardiso(&lt;BR /&gt;	_MKL_DSS_HANDLE_t *,   _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_DOUBLE_PRECISION_t *,  _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _INTEGER_t *,     _INTEGER_t *,&lt;BR /&gt;	_INTEGER_t *,           _DOUBLE_PRECISION_t *, _DOUBLE_PRECISION_t *,&lt;BR /&gt;   _INTEGER_t *);&lt;BR /&gt;[/cpp]&lt;/EM&gt;&lt;/PRE&gt;
&lt;BR /&gt;You can get all headers in mkl/include directory. If you meant something else, please elaborate.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2009 09:06:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888741#M10204</guid>
      <dc:creator>eunsal</dc:creator>
      <dc:date>2009-08-24T09:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Pardiso from Java</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888742#M10205</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439899"&gt;eunsal&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;You're right. I mean you need to prepare the wrapper yourself.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2009 09:46:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calling-Pardiso-from-Java/m-p/888742#M10205</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-08-24T09:46:39Z</dc:date>
    </item>
  </channel>
</rss>

