<?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 Re: MKL Error for DGEMVX  (MKL 6.1) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Error-for-DGEMVX-MKL-6-1/m-p/966077#M16219</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Chris,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Have you filed an issue with IntelPremier support? Parameter 6 of dgemv is of course the leading dimension of the matrix A. Trying the example program is the right thing to do and should work. I built this example on my system using the makefile provided by typing 'nmake lib32 function=dgemv+' at the command line. Perhaps you could give that a try.Off hand,I don't see anything wrong with your code or makefile.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Anyone else having this difficulty?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Todd&lt;/DIV&gt;</description>
    <pubDate>Tue, 30 Mar 2004 02:40:31 GMT</pubDate>
    <dc:creator>Todd_R_Intel</dc:creator>
    <dc:date>2004-03-30T02:40:31Z</dc:date>
    <item>
      <title>MKL Error for DGEMVX  (MKL 6.1)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Error-for-DGEMVX-MKL-6-1/m-p/966076#M16218</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I got this error for my own code, so tried the example code and the error still occurs. I wonder if anyone can help me?&lt;BR /&gt;&lt;BR /&gt;"MKL ERROR : Parameter 6 was incorrect on entry to DGEMV"&lt;BR /&gt;&lt;BR /&gt;command line : dgemvx &amp;lt; dgemvx.d&lt;BR /&gt;&lt;BR /&gt;I used the following makefile for simplicity&lt;BR /&gt;&lt;BR /&gt;LIBPATH="C:Program FilesIntelFortrancompiler80IA32LIB"&lt;BR /&gt;&lt;BR /&gt;test.exe: dgemvx.obj common_func.obj&lt;BR /&gt;                     link /libpath:$(LIBPATH) dgemvx.obj common_func.obj c:mkl_s.lib &lt;BR /&gt;&lt;BR /&gt;dgemvx.obj: dgemvx.f&lt;BR /&gt;                     ifort /c dgemvx.f&lt;BR /&gt;&lt;BR /&gt;common_func.obj: common_func.f&lt;BR /&gt;                     ifort /c common_func.f&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Output was:&lt;BR /&gt;&lt;BR /&gt;    D G E M V  EXAMPLE PROGRAM&lt;BR /&gt; m=           4&lt;BR /&gt; n=           5&lt;BR /&gt;&lt;BR /&gt;      INPUT DATA&lt;BR /&gt;       M=4  N=5&lt;BR /&gt;       ALPHA= 0.56  BETA= 1.00&lt;BR /&gt;       TRANS=T&lt;BR /&gt;       VECTOR X    INCX=-1&lt;BR /&gt;            1.000     2.000     3.000     4.000&lt;BR /&gt;       VECTOR Y    INCY= 1&lt;BR /&gt;            1.000     1.000     1.000     1.000     1.000&lt;BR /&gt;       ARRAY A   LDA=4&lt;BR /&gt;           -1.300      2.300     3.700     4.300     5.900&lt;BR /&gt;           -1.800      2.800     3.200     4.600     5.700&lt;BR /&gt;            1.100      2.200     3.000     4.500     5.400&lt;BR /&gt;            1.900      2.800     3.400     4.200     5.100&lt;BR /&gt;MKL ERROR : Parameter 6 was incorrect on entry to DGEMV&lt;BR /&gt;&lt;BR /&gt;      OUTPUT DATA&lt;BR /&gt;       VECTOR Y    INCY=**&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I've used the equivalent Cblas routine without any trouble from this same library. &lt;BR /&gt;&lt;BR /&gt;Any thoughts would be appreciated,&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;(Wouldn't let me post HTML so the formatting is mildly unclear)</description>
      <pubDate>Thu, 25 Mar 2004 06:17:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Error-for-DGEMVX-MKL-6-1/m-p/966076#M16218</guid>
      <dc:creator>chrisstott</dc:creator>
      <dc:date>2004-03-25T06:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Error for DGEMVX  (MKL 6.1)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Error-for-DGEMVX-MKL-6-1/m-p/966077#M16219</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Chris,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Have you filed an issue with IntelPremier support? Parameter 6 of dgemv is of course the leading dimension of the matrix A. Trying the example program is the right thing to do and should work. I built this example on my system using the makefile provided by typing 'nmake lib32 function=dgemv+' at the command line. Perhaps you could give that a try.Off hand,I don't see anything wrong with your code or makefile.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Anyone else having this difficulty?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Todd&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Mar 2004 02:40:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Error-for-DGEMVX-MKL-6-1/m-p/966077#M16219</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2004-03-30T02:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Error for DGEMVX  (MKL 6.1)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Error-for-DGEMVX-MKL-6-1/m-p/966078#M16220</link>
      <description>&lt;DIV&gt;Aha! I had to try your makefile to see it.One should use the cdeclinterface to MKL with theIntel compilers;mkl_c.lib rather than mkl_s.lib.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;-Todd&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Mar 2004 02:51:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Error-for-DGEMVX-MKL-6-1/m-p/966078#M16220</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2004-03-30T02:51:09Z</dc:date>
    </item>
  </channel>
</rss>

