<?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 Can't get function MKL_DDNSCSR to work in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780738#M1455</link>
    <description>&lt;P&gt;More details are in MKL docs. See for example:&lt;BR /&gt;&lt;A href="http://www.intel.com/software/products/mkl/docs/linux/WebHelp/mkl_ug_structure/support_for_ilp64_programming.htm"&gt;http://www.intel.com/software/products/mkl/docs/linux/WebHelp/mkl_ug_structure/support_for_ilp64_programming.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2010 10:45:58 GMT</pubDate>
    <dc:creator>barragan_villanueva_</dc:creator>
    <dc:date>2010-07-13T10:45:58Z</dc:date>
    <item>
      <title>[solved] Can't get function MKL_DDNSCSR to work</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780734#M1451</link>
      <description>I compiled the example file mkl/examples/spblas/source/converters_c.c. I did not modify the file. Compilation went without any warnings or errors. When I try to run the created binary I get the following error:&lt;BR /&gt;&lt;BR /&gt;EXAMPLE PROGRAM FOR CONVERTER FROM ONE&lt;BR /&gt; SPARSE FORMAT ROUTINES TO OTHER &lt;BR /&gt;MKL ERROR: Parameter 1 was incorrect on entry to MKL_DDNSCSR&lt;BR /&gt;&lt;BR /&gt;Compiler was: icc version 11.1&lt;BR /&gt;&lt;BR /&gt;Command line options (created with Intel MKL Link Line Advisor): -L$MKLPATH $MKLPATH/libmkl_solver_ilp64.a -Wl,--start-group -lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -openmp -lpthread &lt;BR /&gt;&lt;BR /&gt;The error appears on ubuntu 10.04 as well as on centos 5.4, both of them intel64.&lt;BR /&gt;&lt;BR /&gt;I would be very thankful for getting this fixed.&lt;BR /&gt;&lt;BR /&gt;Sren&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2010 23:01:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780734#M1451</guid>
      <dc:creator>Sören_Plönnigs</dc:creator>
      <dc:date>2010-07-12T23:01:01Z</dc:date>
    </item>
    <item>
      <title>Can't get function MKL_DDNSCSR to work</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780735#M1452</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you linked with ILP64 MKL libraries you need to add compiler option -D&lt;SPAN&gt;MKL_ILP64 for C-compilation&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Or please try to use LP64 model:&lt;BR /&gt;&lt;BR /&gt;-L$MKLPATH $MKLPATH/libmkl_solver_lp64.a -Wl,--start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -openmp -lpthread &lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jul 2010 05:41:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780735#M1452</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-07-13T05:41:07Z</dc:date>
    </item>
    <item>
      <title>Can't get function MKL_DDNSCSR to work</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780736#M1453</link>
      <description>Hi Victor,&lt;DIV&gt;thanks for your fast reply. Both of your advices worked. Can you explain me the difference between ILP64 and LP64 please?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Sren&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Jul 2010 07:18:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780736#M1453</guid>
      <dc:creator>Sören_Plönnigs</dc:creator>
      <dc:date>2010-07-13T07:18:22Z</dc:date>
    </item>
    <item>
      <title>Can't get function MKL_DDNSCSR to work</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780737#M1454</link>
      <description>Shortly,&lt;BR /&gt;&lt;BR /&gt;for&lt;STRONG&gt; ILP64: &lt;/STRONG&gt;relationship between &lt;I&gt;&lt;B&gt;int,&lt;/B&gt;&lt;/I&gt; &lt;I&gt;&lt;B&gt;long&lt;/B&gt;&lt;/I&gt; and &lt;I&gt;&lt;B&gt;pointer&lt;/B&gt;&lt;/I&gt;such thatall three are the same size&lt;BR /&gt;&lt;BR /&gt;for &lt;STRONG&gt;LP64:&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;int &lt;/EM&gt;&lt;/STRONG&gt;is just 32-bit but others are 64-bit</description>
      <pubDate>Tue, 13 Jul 2010 10:39:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780737#M1454</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-07-13T10:39:10Z</dc:date>
    </item>
    <item>
      <title>Can't get function MKL_DDNSCSR to work</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780738#M1455</link>
      <description>&lt;P&gt;More details are in MKL docs. See for example:&lt;BR /&gt;&lt;A href="http://www.intel.com/software/products/mkl/docs/linux/WebHelp/mkl_ug_structure/support_for_ilp64_programming.htm"&gt;http://www.intel.com/software/products/mkl/docs/linux/WebHelp/mkl_ug_structure/support_for_ilp64_programming.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2010 10:45:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780738#M1455</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-07-13T10:45:58Z</dc:date>
    </item>
    <item>
      <title>Can't get function MKL_DDNSCSR to work</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780739#M1456</link>
      <description>or the same info you can find into MKL User's Guide: see chapter 3, "Support for ILP64 Programming"&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:30:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/solved-Can-t-get-function-MKL-DDNSCSR-to-work/m-p/780739#M1456</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-14T13:30:21Z</dc:date>
    </item>
  </channel>
</rss>

