<?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 Transitioning from IMSL to Intel MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Transitioning-from-IMSL-to-Intel-MKL/m-p/778197#M1235</link>
    <description>Hi all,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am trying to transition my code which utilizes IMSL to use MKL&lt;/DIV&gt;&lt;DIV&gt;I have this small doubt, as many might be aware, the following statements&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;   COMMON /WORKSP/ RWKSP&lt;BR /&gt; REAL RWKSP(7000)&lt;BR /&gt; CALL IWKIN(7000)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;in IMSL stands for changing the space allocation of data storage for numeric data in the common section.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is there a an equivalent of this in MKL?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am not able to find any document covering this aspect of MKL.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 02 Aug 2011 15:24:28 GMT</pubDate>
    <dc:creator>sooners11</dc:creator>
    <dc:date>2011-08-02T15:24:28Z</dc:date>
    <item>
      <title>Transitioning from IMSL to Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Transitioning-from-IMSL-to-Intel-MKL/m-p/778197#M1235</link>
      <description>Hi all,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am trying to transition my code which utilizes IMSL to use MKL&lt;/DIV&gt;&lt;DIV&gt;I have this small doubt, as many might be aware, the following statements&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;   COMMON /WORKSP/ RWKSP&lt;BR /&gt; REAL RWKSP(7000)&lt;BR /&gt; CALL IWKIN(7000)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;in IMSL stands for changing the space allocation of data storage for numeric data in the common section.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is there a an equivalent of this in MKL?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am not able to find any document covering this aspect of MKL.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Aug 2011 15:24:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Transitioning-from-IMSL-to-Intel-MKL/m-p/778197#M1235</guid>
      <dc:creator>sooners11</dc:creator>
      <dc:date>2011-08-02T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Transitioning from IMSL to Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Transitioning-from-IMSL-to-Intel-MKL/m-p/778198#M1236</link>
      <description>&lt;P&gt;We dont use common sections as this is not thread safe and not used in MKL.&lt;/P&gt;&lt;P&gt;In cases if an additional memory required, MKL does safe allocations inside or a function call to MKL andhas a special parameter to provide a pointer to user allocated workspace. The parameters list is documented for each function with detailed description of workspace size if it is present.&lt;BR /&gt;&lt;BR /&gt;--Vipin&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2012 08:41:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Transitioning-from-IMSL-to-Intel-MKL/m-p/778198#M1236</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2012-07-05T08:41:34Z</dc:date>
    </item>
  </channel>
</rss>

