<?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 The Java examples I referring in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026233#M19934</link>
    <description>&lt;P&gt;The Java examples I referring to is in&amp;nbsp;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/article/147636/intel-mkl-java-examples.zip"&gt;intel-mkl-java-examples.zip&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;These java examples used to be in default MKL package as in version 10.0, but now it's dropped from it (https://software.intel.com/en-us/articles/intel-mkl-111-release-notes). &amp;nbsp;I can't get it to build with version 11.1, maybe makefile needs update. &amp;nbsp;Your help is much appreciated.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2014 01:58:40 GMT</pubDate>
    <dc:creator>Wilson_F_</dc:creator>
    <dc:date>2014-05-29T01:58:40Z</dc:date>
    <item>
      <title>Intel MKL 11.1 java example build issue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026231#M19932</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to build Intel MKL 11.1 java example as discripted here (https://software.intel.com/en-us/articles/performance-tools-for-software-developers-how-do-i-use-intel-mkl-with-java). &amp;nbsp;I got the following error while running nmake. &amp;nbsp;I already have MKLROOT dir in PATH, not sure why I am getting this error, and which dependent libraries it's looking for. &amp;nbsp;Thanks in advance for your help!&lt;/P&gt;

&lt;P&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\......\JIntelMKL\bin\dll32_intel\mkl_java_stubs.dll: Can't find dependent libraries&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader.loadLibrary1(Unknown Source)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader.loadLibrary0(Unknown Source)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader.loadLibrary(Unknown Source)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Runtime.loadLibrary0(Unknown Source)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.System.loadLibrary(Unknown Source)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.intel.mkl.CBLAS.&amp;lt;clinit&amp;gt;(CBLAS.java:77)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sgemm.main(sgemm.java:65)&lt;BR /&gt;
	NMAKE : fatal error U1077: 'java' : return code '0x1'&lt;BR /&gt;
	Stop.&lt;BR /&gt;
	NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0&lt;BR /&gt;
	\VC\BIN\nmake.EXE"' : return code '0x2'&lt;BR /&gt;
	Stop.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2014 22:43:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026231#M19932</guid>
      <dc:creator>Wilson_F_</dc:creator>
      <dc:date>2014-05-28T22:43:47Z</dc:date>
    </item>
    <item>
      <title>I tried to build the example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026232#M19933</link>
      <description>&lt;P&gt;I tried to build the example with Intel C 14.0.2.176 by downloading the file&amp;nbsp;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/article/147636/dgemm-java-example.zip"&gt;dgemm-java-example.zip&lt;/A&gt;&amp;nbsp;. The zip file does not contain a makefile, so I do not know what you used as input to Nmake. Here are the steps that I used to build and run the example:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;javac CBLAS.java
javah CBLAS
icl /LD /Qmkl /Femkl_java_stubs.dll /I%JDKDIR%\include  CBLAS.c
javac dgemm.java
java dgemm
&lt;/PRE&gt;

&lt;P&gt;The output was the same as that given on the link that you posted.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2014 23:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026232#M19933</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-05-28T23:46:00Z</dc:date>
    </item>
    <item>
      <title>The Java examples I referring</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026233#M19934</link>
      <description>&lt;P&gt;The Java examples I referring to is in&amp;nbsp;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/article/147636/intel-mkl-java-examples.zip"&gt;intel-mkl-java-examples.zip&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;These java examples used to be in default MKL package as in version 10.0, but now it's dropped from it (https://software.intel.com/en-us/articles/intel-mkl-111-release-notes). &amp;nbsp;I can't get it to build with version 11.1, maybe makefile needs update. &amp;nbsp;Your help is much appreciated.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2014 01:58:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026233#M19934</guid>
      <dc:creator>Wilson_F_</dc:creator>
      <dc:date>2014-05-29T01:58:40Z</dc:date>
    </item>
    <item>
      <title>ok,  we will check</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026234#M19935</link>
      <description>&lt;P&gt;ok, &amp;nbsp;we will check&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2014 03:06:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026234#M19935</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-05-29T03:06:34Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026235#M19936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Checking to see if you have any luck building java examples with makefile. &amp;nbsp;Please let me know.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Wilson&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 22:13:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-11-1-java-example-build-issue/m-p/1026235#M19936</guid>
      <dc:creator>Wilson_F_</dc:creator>
      <dc:date>2014-06-02T22:13:14Z</dc:date>
    </item>
  </channel>
</rss>

