<?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 -wwarn interfaces and array from module in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753965#M9540</link>
    <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;The Fortran compiler version: c11.1.059_f11.1.059&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Albert</description>
    <pubDate>Wed, 23 Mar 2011 17:07:29 GMT</pubDate>
    <dc:creator>albert</dc:creator>
    <dc:date>2011-03-23T17:07:29Z</dc:date>
    <item>
      <title>-wwarn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753962#M9537</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I have the followind code:&lt;BR /&gt;============ mod.f =============&lt;BR /&gt; MODULE rr_mod&lt;BR /&gt; INTEGER :: nbuck(1)&lt;BR /&gt; END MODULE rr_mod&lt;BR /&gt;============ overlap.f ===========&lt;BR /&gt; SUBROUTINE overlap_fie (overlap)&lt;BR /&gt; USE rr_mod&lt;BR /&gt; IMPLICIT NONE&lt;BR /&gt; INTEGER ,OPTIONAL :: OVERLAP(0:NBUCK(1)-1)&lt;BR /&gt; overlap = 1&lt;BR /&gt; END SUBROUTINE&lt;BR /&gt;============== tst.f =============&lt;BR /&gt;SUBROUTINE tst&lt;BR /&gt; USE rr_mod&lt;BR /&gt; IMPLICIT NONE&lt;BR /&gt; INTEGER, DIMENSION(0:nbuck(1)-1):: iover&lt;BR /&gt;&lt;BR /&gt; INTERFACE&lt;BR /&gt; SUBROUTINE overlap_fie (overlap)&lt;BR /&gt; USE rr_mod&lt;BR /&gt; INTEGER,OPTIONAL::OVERLAP(0:NBUCK(1)-1)&lt;BR /&gt; END SUBROUTINE overlap_fie&lt;BR /&gt; END INTERFACE&lt;BR /&gt; call overlap_fie (overlap=iover)&lt;BR /&gt; RETURN&lt;BR /&gt; END SUBROUTINE tst&lt;BR /&gt;&lt;BR /&gt;====== compilation and output =======&lt;BR /&gt;$ ifort -c -warn interfaces mod.f&lt;BR /&gt;$ ifort -c -warn interfaces overlap.f&lt;BR /&gt;$ ifort -c -warn interfaces tst.f&lt;BR /&gt;tst.f(7): error #8000: There is a conflict between local interface block and external interface block. [OVERLAP]&lt;BR /&gt; SUBROUTINE overlap_fie (overlap)&lt;BR /&gt;--------------------------------^&lt;BR /&gt;compilation aborted for tst.f (code 1)&lt;BR /&gt;&lt;BR /&gt;As far as I can see the problem results from the fact nbuck is an array andcomes through the module rr_mod.&lt;BR /&gt;&lt;BR /&gt;Any suggestion how to overcome this problem (problem is stripped from a large code packag) ?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Albert&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2011 15:25:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753962#M9537</guid>
      <dc:creator>albert</dc:creator>
      <dc:date>2011-03-23T15:25:25Z</dc:date>
    </item>
    <item>
      <title>-wwarn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753963#M9538</link>
      <description>An interface body has no awareness of external (to it) constants and variables (such as NBUCK) that one may imagine to be available by host association. &lt;BR /&gt;&lt;BR /&gt;It is for this purpose that the IMPORT statement was created.</description>
      <pubDate>Wed, 23 Mar 2011 16:14:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753963#M9538</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-03-23T16:14:44Z</dc:date>
    </item>
    <item>
      <title>-wwarn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753964#M9539</link>
      <description>In this case, NBUCK is visible through the USE RR_MOD. &lt;BR /&gt;&lt;BR /&gt;I can't reproduce the problem using 12.0.2. Which compiler version are you using?&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2011 17:00:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753964#M9539</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-03-23T17:00:01Z</dc:date>
    </item>
    <item>
      <title>-wwarn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753965#M9540</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;The Fortran compiler version: c11.1.059_f11.1.059&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Albert</description>
      <pubDate>Wed, 23 Mar 2011 17:07:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753965#M9540</guid>
      <dc:creator>albert</dc:creator>
      <dc:date>2011-03-23T17:07:29Z</dc:date>
    </item>
    <item>
      <title>-wwarn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753966#M9541</link>
      <description>Ok - we've made fixes in that area since then. Please try the current compiler. I think 12.0.3 is now posted.</description>
      <pubDate>Wed, 23 Mar 2011 18:56:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753966#M9541</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-03-23T18:56:01Z</dc:date>
    </item>
    <item>
      <title>-warn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753967#M9542</link>
      <description>I'll have a try next week, see if I can persuade our sys admin to install it (otherwise I'll see if I can install it localy)&lt;BR /&gt;&lt;BR /&gt;Albert</description>
      <pubDate>Wed, 23 Mar 2011 19:00:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753967#M9542</guid>
      <dc:creator>albert</dc:creator>
      <dc:date>2011-03-23T19:00:12Z</dc:date>
    </item>
    <item>
      <title>-warn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753968#M9543</link>
      <description>You can certainly do a local install of the compiler - I do that all the time.</description>
      <pubDate>Wed, 23 Mar 2011 19:31:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753968#M9543</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-03-23T19:31:38Z</dc:date>
    </item>
    <item>
      <title>-warn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753969#M9544</link>
      <description>I don't doubt that I can instal it, but what is the easiest way t down load the compiler (could not find a direct link to the instal package).&lt;BR /&gt;&lt;BR /&gt;Albert</description>
      <pubDate>Wed, 23 Mar 2011 19:51:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753969#M9544</guid>
      <dc:creator>albert</dc:creator>
      <dc:date>2011-03-23T19:51:38Z</dc:date>
    </item>
    <item>
      <title>-warn interfaces and array from module</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753970#M9545</link>
      <description>&lt;A href="https://registrationcenter.intel.com" target="_blank"&gt;https://registrationcenter.intel.com&lt;/A&gt;&lt;BR /&gt;If your license has been registerd by someone else, their credentials will be needed.</description>
      <pubDate>Wed, 23 Mar 2011 20:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/wwarn-interfaces-and-array-from-module/m-p/753970#M9545</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-03-23T20:30:53Z</dc:date>
    </item>
  </channel>
</rss>

