<?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 MKL error DGEMM in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-error-DGEMM/m-p/778442#M1253</link>
    <description>Hello,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am a beginner and I have no idea about Fortran programming. I am using a code written in Fortran and using UNIX system Fortran 77 compiler for compiling.&lt;/DIV&gt;&lt;DIV&gt;I am just feeding the data files to this program and it does the job. I am getting MKL Error: Parameter 5 was incorrect on entry to DGEMM.&lt;/DIV&gt;&lt;DIV&gt;Its very radom if i use the same input files after some times it runs propely. Please help.&lt;/DIV&gt;&lt;DIV&gt;I know adding code here would make it easier but since the code works properly I doubt if anything wrong in there also since its not my code I can not put it here without permission.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
    <pubDate>Mon, 21 Mar 2011 23:14:07 GMT</pubDate>
    <dc:creator>sarvesh_swami</dc:creator>
    <dc:date>2011-03-21T23:14:07Z</dc:date>
    <item>
      <title>MKL error DGEMM</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-error-DGEMM/m-p/778442#M1253</link>
      <description>Hello,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am a beginner and I have no idea about Fortran programming. I am using a code written in Fortran and using UNIX system Fortran 77 compiler for compiling.&lt;/DIV&gt;&lt;DIV&gt;I am just feeding the data files to this program and it does the job. I am getting MKL Error: Parameter 5 was incorrect on entry to DGEMM.&lt;/DIV&gt;&lt;DIV&gt;Its very radom if i use the same input files after some times it runs propely. Please help.&lt;/DIV&gt;&lt;DIV&gt;I know adding code here would make it easier but since the code works properly I doubt if anything wrong in there also since its not my code I can not put it here without permission.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Mar 2011 23:14:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-error-DGEMM/m-p/778442#M1253</guid>
      <dc:creator>sarvesh_swami</dc:creator>
      <dc:date>2011-03-21T23:14:07Z</dc:date>
    </item>
    <item>
      <title>MKL error DGEMM</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-error-DGEMM/m-p/778443#M1254</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;5th paramater for DGEMM is the K value. You may be entering a negative K value to the DGEMM. &lt;BR /&gt;&lt;BR /&gt;If you could print the input paramaters to DGEMM, it'd be easier to find out what's going wrong. &lt;BR /&gt;&lt;BR /&gt;Here is the stub for dgemm (see that 5th paramater is k):&lt;BR /&gt;&lt;BR /&gt;call dgemm(transa, transb, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc)&lt;BR /&gt;&lt;BR /&gt;Efe</description>
      <pubDate>Tue, 22 Mar 2011 00:37:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-error-DGEMM/m-p/778443#M1254</guid>
      <dc:creator>Murat_G_Intel</dc:creator>
      <dc:date>2011-03-22T00:37:47Z</dc:date>
    </item>
  </channel>
</rss>

