<?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 Fail to use the strnlsp function in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838198#M6252</link>
    <description>Jaiesy, can you please check the problem with the latest version 10.2. Update 7 released last week.</description>
    <pubDate>Sat, 18 Dec 2010 19:51:38 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2010-12-18T19:51:38Z</dc:date>
    <item>
      <title>Fail to use the strnlsp function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838196#M6250</link>
      <description>I used dtrnlsp succesfully to solve a nonlinear optimization problem for my course project.&lt;BR /&gt;&lt;BR /&gt;However, I failed to switch to the single precision version.&lt;BR /&gt;&lt;BR /&gt;The compiler said:&lt;BR /&gt;&lt;BR /&gt;error LNK2019: unresolved external symbol _strnlsp_solve referenced in function ..&lt;BR /&gt;&lt;BR /&gt;And when I open the mkl_rci.h file, dtrnlsp_* is defined, strnlsp_* is not defined. Does that mean single precision TR nonlinear optimizer is not implemented or ..?&lt;BR /&gt;&lt;BR /&gt;Could you give me some suggestions to fix this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help :)&lt;BR /&gt;&lt;BR /&gt;Jaiesy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2010 17:08:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838196#M6250</guid>
      <dc:creator>panfang</dc:creator>
      <dc:date>2010-12-17T17:08:09Z</dc:date>
    </item>
    <item>
      <title>Fail to use the strnlsp function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838197#M6251</link>
      <description>for single precision - please try to use &lt;B&gt;s&lt;/B&gt;&lt;TT&gt;trnlsp*.* interfaces. There are some examples show how to use and link this routine. You can find this routine here &lt;MKLROOT&gt;\examples\solver\source\ex_snlsqp_c.c&lt;/MKLROOT&gt;&lt;/TT&gt;&lt;DIV&gt;&lt;TT&gt;--Gennady&lt;/TT&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 18 Dec 2010 07:23:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838197#M6251</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-12-18T07:23:50Z</dc:date>
    </item>
    <item>
      <title>Fail to use the strnlsp function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838198#M6252</link>
      <description>Jaiesy, can you please check the problem with the latest version 10.2. Update 7 released last week.</description>
      <pubDate>Sat, 18 Dec 2010 19:51:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838198#M6252</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-12-18T19:51:38Z</dc:date>
    </item>
    <item>
      <title>Fail to use the strnlsp function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838199#M6253</link>
      <description>Thanks a lot for your reply. I really appreciated.&lt;BR /&gt;&lt;BR /&gt;I will try this morning, and tell you the result :)</description>
      <pubDate>Mon, 20 Dec 2010 13:08:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838199#M6253</guid>
      <dc:creator>panfang</dc:creator>
      <dc:date>2010-12-20T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Fail to use the strnlsp function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838200#M6254</link>
      <description>Hey, &lt;TT&gt;Gennady,&lt;BR /&gt;&lt;BR /&gt;I downloaded the MKL library together with other C++ compilers. And the version is definitely not 10.2 Update 7 since under the folder &lt;/TT&gt;C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\examples\solverc\source, there is only two examples called ex_nlsqp_c.c and ex_nlsqp_c_x.c which are related to double precision TR solver without constraint.&lt;BR /&gt;&lt;BR /&gt;I searched online for the MKL 10.2 Update 7, I only find MKL 10.3 download link.&lt;BR /&gt;&lt;BR /&gt;It would be great if you could provide me a link to download the MKL 10.2 Update 7 version.&lt;BR /&gt;&lt;BR /&gt;BTW, Is there a way to check the MKL version if we download it with other softwares? &lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help :)&lt;BR /&gt;&lt;BR /&gt;Jaiesy &lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2010 13:41:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838200#M6254</guid>
      <dc:creator>panfang</dc:creator>
      <dc:date>2010-12-20T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Fail to use the strnlsp function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838201#M6255</link>
      <description>please see &lt;A href="http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/"&gt;this article&lt;/A&gt;.&lt;DIV&gt;the link to update 7 I will send a little bit later.&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Dec 2010 13:56:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838201#M6255</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-12-20T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Fail to use the strnlsp function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838202#M6256</link>
      <description>Look forward to the download link :p&lt;BR /&gt;&lt;BR /&gt;Thanks a lot : )&lt;BR /&gt;&lt;BR /&gt;Jaiesy</description>
      <pubDate>Mon, 20 Dec 2010 14:16:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Fail-to-use-the-strnlsp-function/m-p/838202#M6256</guid>
      <dc:creator>panfang</dc:creator>
      <dc:date>2010-12-20T14:16:36Z</dc:date>
    </item>
  </channel>
</rss>

