<?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_?csrmultcsr parameter help in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854477#M6826</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431061"&gt;jaewonj&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446133"&gt;Ian Fraser&lt;/A&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;EM&gt;&lt;BR /&gt;You may want to try mkl_dcsrmultcsr with info.&lt;BR /&gt;&lt;BR /&gt;MKL_INT info;&lt;BR /&gt;mkl_dcsrmultcsr( &amp;amp;trans, &amp;amp;request, &amp;amp;sort, &amp;amp;m, &amp;amp;n,&amp;amp;k, a, ja, ia, b, jb, ib, c, jc, ic, &amp;amp;nC, &amp;amp;info);&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Jaewonj - Thanks for the tip. &lt;BR /&gt;&lt;BR /&gt;I double checked my call. I was passing in an int for info. Same result. &lt;BR /&gt;&lt;BR /&gt;MKL ERROR: Parameter 2 was incorrect on entry to MKL_DCSRMULTCSR&lt;BR /&gt;&lt;BR /&gt;I checked the output and it looks like the function call does not change the value either. I passed in both int info = 0; and int info=-1 and after the call the value for info remains unchanged. &lt;BR /&gt;&lt;BR /&gt;Could this just be a bug? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Oct 2009 16:48:19 GMT</pubDate>
    <dc:creator>Ian_Fraser</dc:creator>
    <dc:date>2009-10-08T16:48:19Z</dc:date>
    <item>
      <title>mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854474#M6823</link>
      <description>"This is admittedly a bit of a beginner question, but I am trying to use the ?csrmultcsr call with a fairly simple pair of matrices.&lt;BR /&gt;&lt;BR /&gt;So far all I have been able to do is to get mkl to provide the following message:&lt;BR /&gt;&lt;BR /&gt;"MKL ERROR: Parameter 2 was incorrect on entry to MKL_DCSRMULTCSR"&lt;BR /&gt;&lt;BR /&gt;I am calling it like so:&lt;BR /&gt;&lt;BR /&gt;char trans='N';&lt;BR /&gt;int request=1;&lt;BR /&gt;int sort =0;&lt;BR /&gt;&lt;BR /&gt;int m = # of rows in A&lt;BR /&gt;int n = # cols in A&lt;BR /&gt;int k = # cols in B&lt;BR /&gt;&lt;BR /&gt;mkl_dcsrmultcsr( &amp;amp;trans, &amp;amp;request, &amp;amp;sort, &amp;amp;m, &amp;amp;n,&amp;amp;k, a, ja, ia, b, jb, ib, c, jc, ic, &amp;amp;nC);&lt;BR /&gt;&lt;BR /&gt;where nC is the length of std::vectors c, jc &lt;BR /&gt;and a, ja, ia, b, jb,ib are the input csr matrix arrays for A and B respectively.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have no idea what could be wrong as according to the docs &lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the request parameter can be integer values of 0, 1, or 2. Incidently 0, and 2 also return the same message. Any ideas on how to get this to work would be very helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Ian</description>
      <pubDate>Wed, 07 Oct 2009 15:38:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854474#M6823</guid>
      <dc:creator>Ian_Fraser</dc:creator>
      <dc:date>2009-10-07T15:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854475#M6824</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446133"&gt;Ian Fraser&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;"This is admittedly a bit of a beginner question, but I am trying to use the ?csrmultcsr call with a fairly simple pair of matrices.&lt;BR /&gt;&lt;BR /&gt;So far all I have been able to do is to get mkl to provide the following message:&lt;BR /&gt;&lt;BR /&gt;"MKL ERROR: Parameter 2 was incorrect on entry to MKL_DCSRMULTCSR"&lt;BR /&gt;&lt;BR /&gt;I am calling it like so:&lt;BR /&gt;&lt;BR /&gt;char trans='N';&lt;BR /&gt;int request=1;&lt;BR /&gt;int sort =0;&lt;BR /&gt;&lt;BR /&gt;int m = # of rows in A&lt;BR /&gt;int n = # cols in A&lt;BR /&gt;int k = # cols in B&lt;BR /&gt;&lt;BR /&gt;mkl_dcsrmultcsr( &amp;amp;trans, &amp;amp;request, &amp;amp;sort, &amp;amp;m, &amp;amp;n,&amp;amp;k, a, ja, ia, b, jb, ib, c, jc, ic, &amp;amp;nC);&lt;BR /&gt;&lt;BR /&gt;where nC is the length of std::vectors c, jc &lt;BR /&gt;and a, ja, ia, b, jb,ib are the input csr matrix arrays for A and B respectively.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have no idea what could be wrong as according to the docs &lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the request parameter can be integer values of 0, 1, or 2. Incidently 0, and 2 also return the same message. Any ideas on how to get this to work would be very helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Ian&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I should have mentioned that I am using 10.2.2.025&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Oct 2009 15:45:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854475#M6824</guid>
      <dc:creator>Ian_Fraser</dc:creator>
      <dc:date>2009-10-07T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854476#M6825</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446133"&gt;Ian Fraser&lt;/A&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;EM&gt;&lt;BR /&gt;You may want to try mkl_dcsrmultcsr with info.&lt;BR /&gt;&lt;BR /&gt;MKL_INT info;&lt;BR /&gt;mkl_dcsrmultcsr( &amp;amp;trans, &amp;amp;request, &amp;amp;sort, &amp;amp;m, &amp;amp;n,&amp;amp;k, a, ja, ia, b, jb, ib, c, jc, ic, &amp;amp;nC, &amp;amp;info);&lt;BR /&gt;&lt;/EM&gt;</description>
      <pubDate>Thu, 08 Oct 2009 03:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854476#M6825</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-10-08T03:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854477#M6826</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431061"&gt;jaewonj&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446133"&gt;Ian Fraser&lt;/A&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;EM&gt;&lt;BR /&gt;You may want to try mkl_dcsrmultcsr with info.&lt;BR /&gt;&lt;BR /&gt;MKL_INT info;&lt;BR /&gt;mkl_dcsrmultcsr( &amp;amp;trans, &amp;amp;request, &amp;amp;sort, &amp;amp;m, &amp;amp;n,&amp;amp;k, a, ja, ia, b, jb, ib, c, jc, ic, &amp;amp;nC, &amp;amp;info);&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Jaewonj - Thanks for the tip. &lt;BR /&gt;&lt;BR /&gt;I double checked my call. I was passing in an int for info. Same result. &lt;BR /&gt;&lt;BR /&gt;MKL ERROR: Parameter 2 was incorrect on entry to MKL_DCSRMULTCSR&lt;BR /&gt;&lt;BR /&gt;I checked the output and it looks like the function call does not change the value either. I passed in both int info = 0; and int info=-1 and after the call the value for info remains unchanged. &lt;BR /&gt;&lt;BR /&gt;Could this just be a bug? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2009 16:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854477#M6826</guid>
      <dc:creator>Ian_Fraser</dc:creator>
      <dc:date>2009-10-08T16:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854478#M6827</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446133"&gt;Ian Fraser&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Jaewonj - Thanks for the tip. &lt;BR /&gt;&lt;BR /&gt;I double checked my call. I was passing in an int for info. Same result. &lt;BR /&gt;&lt;BR /&gt;MKL ERROR: Parameter 2 was incorrect on entry to MKL_DCSRMULTCSR&lt;BR /&gt;&lt;BR /&gt;I checked the output and it looks like the function call does not change the value either. I passed in both int info = 0; and int info=-1 and after the call the value for info remains unchanged. &lt;BR /&gt;&lt;BR /&gt;Could this just be a bug? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Sorry. I thought you were getting an error at compilation time. &lt;BR /&gt;&lt;BR /&gt;I have never seen this error before, so I'm not completely sure but I suspect this may be library link issue. &lt;BR /&gt;&lt;BR /&gt;Can you go to the following link and make sure your link line is ok?&lt;BR /&gt;&lt;BR /&gt;&lt;A class="moz-txt-link-freetext" href="https://community.intel.com/../articles/intel-mkl-link-line-advisor/"&gt;&lt;/A&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2009 17:12:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854478#M6827</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-10-08T17:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854479#M6828</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431061"&gt;jaewonj&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Sorry. I thought you were getting an error at compilation time. &lt;BR /&gt;&lt;BR /&gt;I have never seen this error before, so I'm not completely sure but I suspect this may be library link issue. &lt;BR /&gt;&lt;BR /&gt;Can you go to the following link and make sure your link line is ok?&lt;BR /&gt;&lt;BR /&gt;&lt;A class="moz-txt-link-freetext" href="https://community.intel.com/../articles/intel-mkl-link-line-advisor/"&gt;&lt;/A&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Jaewonj, no i don't think it will help. &lt;BR /&gt;Ian, at the first glance all is ok with calling of this routine. Can you get us the test for checking the problem?&lt;BR /&gt;--Gennady&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2009 17:19:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854479#M6828</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-08T17:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854480#M6829</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Jaewonj, no i don't think it will help. &lt;BR /&gt;Ian, at the first glance all is ok with calling of this routine. Can you get us the test for checking the problem?&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Yup I can do that. I should be able to get to it today. Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2009 19:43:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854480#M6829</guid>
      <dc:creator>Ian_Fraser</dc:creator>
      <dc:date>2009-10-08T19:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854481#M6830</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446133"&gt;Ian Fraser&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;"This is admittedly a bit of a beginner question, but I am trying to use the ?csrmultcsr call with a fairly simple pair of matrices.&lt;BR /&gt;&lt;BR /&gt;So far all I have been able to do is to get mkl to provide the following message:&lt;BR /&gt;&lt;BR /&gt;"MKL ERROR: Parameter 2 was incorrect on entry to MKL_DCSRMULTCSR"&lt;BR /&gt;&lt;BR /&gt;I am calling it like so:&lt;BR /&gt;&lt;BR /&gt;char trans='N';&lt;BR /&gt;int request=1;&lt;BR /&gt;int sort =0;&lt;BR /&gt;&lt;BR /&gt;int m = # of rows in A&lt;BR /&gt;int n = # cols in A&lt;BR /&gt;int k = # cols in B&lt;BR /&gt;&lt;BR /&gt;mkl_dcsrmultcsr( &amp;amp;trans, &amp;amp;request, &amp;amp;sort, &amp;amp;m, &amp;amp;n,&amp;amp;k, a, ja, ia, b, jb, ib, c, jc, ic, &amp;amp;nC);&lt;BR /&gt;&lt;BR /&gt;where nC is the length of std::vectors c, jc &lt;BR /&gt;and a, ja, ia, b, jb,ib are the input csr matrix arrays for A and B respectively.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have no idea what could be wrong as according to the docs &lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the request parameter can be integer values of 0, 1, or 2. Incidently 0, and 2 also return the same message. Any ideas on how to get this to work would be very helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Ian&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Dear Ian,&lt;BR /&gt;&lt;BR /&gt;Would you please provide more details about compiler, OS, compiler options and linking sequence? &lt;BR /&gt;&lt;BR /&gt;Usually the diagnostics likeyou saw happen when ILP64 MKL bits are linked to LP64 code orcdecl MKL libraries are linked toa code expecting stdcall MKL interfaces.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;All the best&lt;BR /&gt;Sergey</description>
      <pubDate>Fri, 09 Oct 2009 04:25:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854481#M6830</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2009-10-09T04:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854482#M6831</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93645"&gt;Sergey Kuznetsov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Dear Ian,&lt;BR /&gt;&lt;BR /&gt;Would you please provide more details about compiler, OS, compiler options and linking sequence? &lt;BR /&gt;&lt;BR /&gt;Usually the diagnostics likeyou saw happen when ILP64 MKL bits are linked to LP64 code orcdecl MKL libraries are linked toa code expecting stdcall MKL interfaces.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;All the best&lt;BR /&gt;Sergey &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Sergey,&lt;BR /&gt;&lt;BR /&gt;Sure thing. I am still working on a test project that may or may not be helpful. &lt;BR /&gt;&lt;BR /&gt;I am using WinXP 64, with VS 2005. Compiling for 64bit. I am calling from C++ using the C interface.&lt;BR /&gt;&lt;BR /&gt;compiler options: /O2 /Ob1 /Oi /Ot /Oy /GL &lt;BR /&gt;&lt;BR /&gt;We currently use a header to link to MKL, making #pragma calls like so:&lt;BR /&gt;&lt;BR /&gt;//#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_thread.lib" )&lt;BR /&gt;//#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_thread.lib" )&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_sequential.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_sequential.lib" )&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_core.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_core.lib" )&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/libguide.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/libguide.lib" )&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_ilp64.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_ilp64.lib" )&lt;BR /&gt;&lt;BR /&gt;Hope that helps. I will try and get you the test project today if I can.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Oct 2009 16:39:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854482#M6831</guid>
      <dc:creator>Ian_Fraser</dc:creator>
      <dc:date>2009-10-13T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854483#M6832</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/446133"&gt;Ian Fraser&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Sergey,&lt;BR /&gt;&lt;BR /&gt;Sure thing. I am still working on a test project that may or may not be helpful. &lt;BR /&gt;&lt;BR /&gt;I am using WinXP 64, with VS 2005. Compiling for 64bit. I am calling from C++ using the C interface.&lt;BR /&gt;&lt;BR /&gt;compiler options: /O2 /Ob1 /Oi /Ot /Oy /GL &lt;BR /&gt;&lt;BR /&gt;We currently use a header to link to MKL, making #pragma calls like so:&lt;BR /&gt;&lt;BR /&gt;//#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_thread.lib" )&lt;BR /&gt;//#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_thread.lib" )&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_sequential.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_sequential.lib" )&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_core.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_core.lib" )&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/libguide.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/libguide.lib" )&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_ilp64.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_ilp64.lib" )&lt;BR /&gt;&lt;BR /&gt;Hope that helps. I will try and get you the test project today if I can.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Dear Ian,&lt;BR /&gt;&lt;BR /&gt;I might be mistaken but it looks likeyou are calling ILP64 MKL interfaces from LP64 code. Would you please replace mkl_intel_ilp64.lib with mkl_intel_lp64.lib in two last pragmas of your header file.Instead of&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_ilp64.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_ilp64.lib" )&lt;BR /&gt;&lt;BR /&gt;please try to use&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_lp64.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_lp64.lib" )&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;All the best&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 05:49:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854483#M6832</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2009-10-14T05:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_?csrmultcsr parameter help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854484#M6833</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93645"&gt;Sergey Kuznetsov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Dear Ian,&lt;BR /&gt;&lt;BR /&gt;I might be mistaken but it looks likeyou are calling ILP64 MKL interfaces from LP64 code. Would you please replace mkl_intel_ilp64.lib with mkl_intel_lp64.lib in two last pragmas of your header file.Instead of&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_ilp64.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_ilp64.lib" )&lt;BR /&gt;&lt;BR /&gt;please try to use&lt;BR /&gt;&lt;BR /&gt;#pragma message( "Linking with C:/Program Files/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_lp64.lib" )&lt;BR /&gt;#pragma comment( lib, "C:/Progra~1/Intel/MKL/10.2.2.025/em64t/lib/mkl_intel_lp64.lib" )&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;All the best&lt;BR /&gt;Sergey&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Sergey, that's got it. Your hunch was right. Thanks for all the help!&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 19:06:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-csrmultcsr-parameter-help/m-p/854484#M6833</guid>
      <dc:creator>Ian_Fraser</dc:creator>
      <dc:date>2009-10-14T19:06:49Z</dc:date>
    </item>
  </channel>
</rss>

