<?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 There is no matching specific subroutine for this generic subroutine call: oneAPI seems more fussy in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413498#M33633</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In compiling some old code, I find oneAPI iFort is much stricter about interfaces e.g&lt;/P&gt;
&lt;P&gt;error #6285: There is no matching specific subroutine for this generic subroutine call.&amp;nbsp;&amp;nbsp; [GETRF]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;USE F95_PRECISION&lt;/P&gt;
&lt;P&gt;USE LAPACK95&amp;nbsp;&lt;/P&gt;
&lt;P&gt;etc&lt;/P&gt;
&lt;P&gt;REAL(DP)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: M(ng,ng)&lt;/P&gt;
&lt;P&gt;INTEGER [,TARGET] :: indx(ng)&lt;/P&gt;
&lt;P&gt;INTEGER &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;:: info&lt;/P&gt;
&lt;P&gt;etc&lt;/P&gt;
&lt;P&gt;call GETRF(M,indx,info)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While many were fixed by simply changing "info" from INTEGER I4B (my past error)&amp;nbsp; to INTEGER, the above was not fixed.&lt;/P&gt;
&lt;P&gt;Adding TARGET to indx did not help&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2022 11:48:23 GMT</pubDate>
    <dc:creator>Peter0000</dc:creator>
    <dc:date>2022-09-08T11:48:23Z</dc:date>
    <item>
      <title>There is no matching specific subroutine for this generic subroutine call: oneAPI seems more fussy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413498#M33633</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In compiling some old code, I find oneAPI iFort is much stricter about interfaces e.g&lt;/P&gt;
&lt;P&gt;error #6285: There is no matching specific subroutine for this generic subroutine call.&amp;nbsp;&amp;nbsp; [GETRF]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;USE F95_PRECISION&lt;/P&gt;
&lt;P&gt;USE LAPACK95&amp;nbsp;&lt;/P&gt;
&lt;P&gt;etc&lt;/P&gt;
&lt;P&gt;REAL(DP)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :: M(ng,ng)&lt;/P&gt;
&lt;P&gt;INTEGER [,TARGET] :: indx(ng)&lt;/P&gt;
&lt;P&gt;INTEGER &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;:: info&lt;/P&gt;
&lt;P&gt;etc&lt;/P&gt;
&lt;P&gt;call GETRF(M,indx,info)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While many were fixed by simply changing "info" from INTEGER I4B (my past error)&amp;nbsp; to INTEGER, the above was not fixed.&lt;/P&gt;
&lt;P&gt;Adding TARGET to indx did not help&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 11:48:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413498#M33633</guid>
      <dc:creator>Peter0000</dc:creator>
      <dc:date>2022-09-08T11:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: There is no matching specific subroutine for this generic subroutine call: oneAPI seems more fus</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413544#M33635</link>
      <description>&lt;P&gt;My apologies. While I have not found put why my legacy code fails to compile,&amp;nbsp; my attempts to replicate it the fault fail. It does not even care if TARGET is present.&lt;/P&gt;
&lt;P&gt;o the attached works&lt;/P&gt;
&lt;P&gt;I may leave the question open in case I learn anything when or if I find my issue.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 15:19:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413544#M33635</guid>
      <dc:creator>Peter0000</dc:creator>
      <dc:date>2022-09-08T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: There is no matching specific subroutine for this generic subroutine call: oneAPI seems more fus</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413572#M33636</link>
      <description>&lt;P&gt;Solved.&amp;nbsp; I had a link to an local copy of lapack95.f90,&amp;nbsp; an old "patch" to make MKL work.&lt;/P&gt;
&lt;P&gt;Removing it fixes it.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 16:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413572#M33636</guid>
      <dc:creator>Peter0000</dc:creator>
      <dc:date>2022-09-08T16:59:40Z</dc:date>
    </item>
    <item>
      <title>Re:There is no matching specific subroutine for this generic subroutine call: oneAPI seems more fussy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413699#M33637</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2022 06:08:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/There-is-no-matching-specific-subroutine-for-this-generic/m-p/1413699#M33637</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2022-09-09T06:08:00Z</dc:date>
    </item>
  </channel>
</rss>

