<?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 Jing, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945434#M14830</link>
    <description>&lt;P&gt;Jing,&lt;/P&gt;
&lt;P&gt;MKL library function used the nomixed_str_len_arg convention for the hidden-length character, if you call the library by the mixed_str_len_arg(with the /iface:mixed_str_len_arg swith), it may create the error. I think mecej4 provide a good suggestion, which will that function called by the nomixed_str_len_arg convention.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2013 05:04:48 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2013-07-10T05:04:48Z</dc:date>
    <item>
      <title>Problem in calling MKL function of dgesvd</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945431#M14827</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I followed the Intel manual to call the the MKL routine of "dgesvd" in my code as&lt;/P&gt;
&lt;P&gt;call dgesvd( 'S', 'N', m, n, a, lda, s, u, ldu, vt, ldvt, work, lwork, info)&lt;/P&gt;
&lt;P&gt;If I set the compiler option with /iface:cref, the code works well. However, if the compiler option is set as /iface:cref /iface:mixed_str_len_arg, the code will report error during calling dgesvd as "Access violation reading location 0x0000000000000001". Because I have to keep the latter compiler option, how can I resolve the problem?&lt;/P&gt;
&lt;P&gt;Thanks in advance for any suggestion!&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 21:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945431#M14827</guid>
      <dc:creator>Jing_Q_</dc:creator>
      <dc:date>2013-07-09T21:24:00Z</dc:date>
    </item>
    <item>
      <title>The problem here is that you</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945432#M14828</link>
      <description>&lt;P&gt;The problem here is that you need a declaration of the routine that includes the NOMIXED_STR_LEN_ARG attribute (or DEFAULT). MKL doesn't provide one. I'm going to move this to the MKL forum as the folk there may have a ready solution for you. If not, I can make a suggestion.&lt;/P&gt;
&lt;P&gt;I'm a bit puzzled that you're using mixed_str_len_arg with cref - that's an unusual combination. What requires it?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 23:18:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945432#M14828</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-09T23:18:43Z</dc:date>
    </item>
    <item>
      <title>Interfaces to Lapack routines</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945433#M14829</link>
      <description>&lt;P&gt;Interfaces to Lapack routines are provided in file &lt;STRONG&gt;mkl_lapack.fi&lt;/STRONG&gt; in the &lt;STRONG&gt;mkl/includes&lt;/STRONG&gt; directory. You need to find the portion for &lt;STRONG&gt;dgesvd&lt;/STRONG&gt;, modify those lines by specifying [fortran]cDEC$ ATTRIBUTES NOMIXED_STR_LEN_ARG&amp;nbsp;:: DGESVD[/fortran] and include the modified interface block in your routine that calls &lt;STRONG&gt;dgesvd&lt;/STRONG&gt;. If there are calls to other such MKL/LAPACK/BLAS routines, you would need to provide similarly modified interface blocks for them, as well.&lt;/P&gt;
&lt;P&gt;I hope that you realize that all these non-standard fixes to get your code to work will negatively impact the portability of your code.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 23:54:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945433#M14829</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-07-09T23:54:00Z</dc:date>
    </item>
    <item>
      <title>Jing,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945434#M14830</link>
      <description>&lt;P&gt;Jing,&lt;/P&gt;
&lt;P&gt;MKL library function used the nomixed_str_len_arg convention for the hidden-length character, if you call the library by the mixed_str_len_arg(with the /iface:mixed_str_len_arg swith), it may create the error. I think mecej4 provide a good suggestion, which will that function called by the nomixed_str_len_arg convention.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 05:04:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945434#M14830</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2013-07-10T05:04:48Z</dc:date>
    </item>
    <item>
      <title>Hi, Steve:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945435#M14831</link>
      <description>&lt;P&gt;Hi, Steve:&lt;/P&gt;
&lt;P&gt;Thanks for your help. Actually, The compiler option is forced by my customer and I am not very clear why they required this.&lt;/P&gt;
&lt;P&gt;Mecej4 and Chao:&lt;/P&gt;
&lt;P&gt;Many thanks for the solution. However, such approach seems not proper for me because my code will be deployed to many customers and I cann't require them to modify the &lt;STRONG&gt;mkl_lapack.fi&lt;/STRONG&gt; on their computer.&amp;nbsp; Is that possible to solve this issue in other way?&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 15:10:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945435#M14831</guid>
      <dc:creator>Jing_Q_</dc:creator>
      <dc:date>2013-07-10T15:10:20Z</dc:date>
    </item>
    <item>
      <title>You do not need to modify mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945436#M14832</link>
      <description>&lt;P&gt;You do not need to modify mkl_lapack.fi. Copy the five or six lines pertaining to dgesvd, add the attribute declaration, and put these lines into your code. We are talking about less than ten lines, not the ~15000 lines in the include file.&lt;/P&gt;
&lt;P&gt;It is possible that if you explain the issues to your customers they will discover that they really do not want&amp;nbsp;mixed_str_len_arg with cref, either! As Steve stated, this is an unusual combination and, if they cannot&amp;nbsp;give the reasons for choosing it, perhaps it is not needed at all.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 15:45:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945436#M14832</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-07-10T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Hi, Mecej4:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945437#M14833</link>
      <description>&lt;P&gt;Hi, Mecej4:&lt;/P&gt;
&lt;P&gt;Thanks a lot for your response. I followed your suggestion and add interface of dgesvd in my code as&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTERFACE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUBROUTINE DGESVD(JOBU,JOBVT,M,N,A,LDA,S,U,LDU,VT,LDVT,WORK,LWORK,&amp;amp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;INFO)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !DEC$ ATTRIBUTES NOMIXED_STR_LEN_ARG :: JOBU,JOBVT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHARACTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOBU,JOBVT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTEGER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFO,LDA,LDU,LDVT,LWORK,M,N&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOUBLE PRECISION&amp;nbsp;&amp;nbsp; A(LDA,*),S(*),U(LDU,*),VT(LDVT,*),WORK(*)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END INTERFACE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But the compiler report error during compiling as:&lt;/P&gt;
&lt;P&gt;error #7796: Only a function or subroutine subprogram may have the !DEC$ ATTRIBUTES directive [NO]MIXED_STR_LEN_ARG specifier.&amp;nbsp;&amp;nbsp; [JOBU]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;error #7796: Only a function or subroutine subprogram may have the !DEC$ ATTRIBUTES directive [NO]MIXED_STR_LEN_ARG specifier.&amp;nbsp;&amp;nbsp; [JOBVT]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any idea about that?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 20:50:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945437#M14833</guid>
      <dc:creator>Jing_Q_</dc:creator>
      <dc:date>2013-07-10T20:50:07Z</dc:date>
    </item>
    <item>
      <title>Sorry, replace  !DEC$</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945438#M14834</link>
      <description>&lt;P&gt;Sorry, replace [fortran]&amp;nbsp;!DEC$ ATTRIBUTES NOMIXED_STR_LEN_ARG :: JOBU,JOBVT[/fortran] by [fortran]&amp;nbsp;!DEC$ ATTRIBUTES NOMIXED_STR_LEN_ARG :: DGESVD[/fortran] It would also be helpful if you show the source of a full example along with error messages, since the declarations often show why the error messages were generated.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 21:36:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945438#M14834</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-07-10T21:36:59Z</dc:date>
    </item>
    <item>
      <title>The subroutine is likeing the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945439#M14835</link>
      <description>&lt;P&gt;The subroutine is likeing the following&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUBROUTINE FULLSOLUTIONPATH(FLAG,NT,SNAPSHOT,SPNUM)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPLICIT NONE &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTERFACE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUBROUTINE DGESVD(JOBU,JOBVT,M,N,A,LDA,S,U,LDU,VT,LDVT,WORK,LWORK,&amp;amp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;INFO)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !DEC$ ATTRIBUTES NOMIXED_STR_LEN_ARG :: JOBU,JOBVT&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHARACTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOBU,JOBVT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTEGER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFO,LDA,LDU,LDVT,LWORK,M,N&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOUBLE PRECISION&amp;nbsp;&amp;nbsp; A(LDA,*),S(*),U(LDU,*),VT(LDVT,*),WORK(*)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END INTERFACE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LWORK = -1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCATE(WORK(1))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL DGESVD('S','N',MT,NT,SNAPSHOT_tmp,MT,SINGULARVALUE, &amp;amp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; Utmp,MT,VT,ONE,WORK,LWORK,INFO)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LWORK = INT(WORK(1))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEALLOCATE(WORK)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCATE(WORK(LWORK))&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL DGESVD('S','N',MT,NT,SNAPSHOT_tmp,MT,SINGULARVALUE, &amp;amp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; Utmp,MT,VT,ONE,WORK,LWORK,INFO)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END SUBROUTINE&amp;nbsp; FULLSOLUTIONPATH&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Where should I&amp;nbsp; place the&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;!DEC$ ATTRIBUTES NOMIXED_STR_LEN_ARG :: DGESVD&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 23:15:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945439#M14835</guid>
      <dc:creator>Jing_Q_</dc:creator>
      <dc:date>2013-07-10T23:15:01Z</dc:date>
    </item>
    <item>
      <title>In the line containing "!DEC$</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945440#M14836</link>
      <description>&lt;P&gt;In the line containing "!DEC$..." in your listing, replace "JOBU,JOBVT" by "DGESVD".&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 00:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945440#M14836</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-07-11T00:38:00Z</dc:date>
    </item>
    <item>
      <title>Hi, Mecej4:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945441#M14837</link>
      <description>&lt;P&gt;Hi, Mecej4:&lt;/P&gt;
&lt;P&gt;It works now. Thank you very much!&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 15:10:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-calling-MKL-function-of-dgesvd/m-p/945441#M14837</guid>
      <dc:creator>Jing_Q_</dc:creator>
      <dc:date>2013-07-11T15:10:35Z</dc:date>
    </item>
  </channel>
</rss>

