<?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 compilation order dependency? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793986#M34144</link>
    <description>&lt;P&gt;Thanks, Steve. I beleive a ZIP file is now available. -- jv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2011 01:33:27 GMT</pubDate>
    <dc:creator>Jim_Vickroy</dc:creator>
    <dc:date>2011-07-06T01:33:27Z</dc:date>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793984#M34142</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am usingIntel Visual Fortran Compiler XE 12.0.3.175 [IA-32].&lt;/P&gt;&lt;P&gt;I have a (simplified), three-file, Microsoft Visual Studio 2008 Project that generates compilation errors after "Clean Solution" followed by "Build". The compilation errors appear to arise because a module (in one file) "uses" a module (in a second file) that has yet to be compiled.&lt;/P&gt;&lt;P&gt;All modules, in each file, individually compile without errors provided dependencies are compiled first.&lt;/P&gt;&lt;P&gt;I did not see how to attach a ZIP archive of the Project to this posting.&lt;/P&gt;&lt;P&gt;I would appreciate feedback on what my mistake is (and how to attach a file to a posting).&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2011 22:46:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793984#M34142</guid>
      <dc:creator>Jim_Vickroy</dc:creator>
      <dc:date>2011-07-05T22:46:32Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793985#M34143</link>
      <description>For attaching files, see link in my signature below or in the "Useful Links" section of the main forum listing.</description>
      <pubDate>Wed, 06 Jul 2011 00:04:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793985#M34143</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-07-06T00:04:03Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793986#M34144</link>
      <description>&lt;P&gt;Thanks, Steve. I beleive a ZIP file is now available. -- jv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 01:33:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793986#M34144</guid>
      <dc:creator>Jim_Vickroy</dc:creator>
      <dc:date>2011-07-06T01:33:27Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793987#M34145</link>
      <description>I believe the URL ishttp://software.intel.com/file/37601. -- jv</description>
      <pubDate>Wed, 06 Jul 2011 01:40:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793987#M34145</guid>
      <dc:creator>Jim_Vickroy</dc:creator>
      <dc:date>2011-07-06T01:40:47Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793988#M34146</link>
      <description>I tried building this in 12.0.4 and had no problems.</description>
      <pubDate>Wed, 06 Jul 2011 13:00:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793988#M34146</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-07-06T13:00:38Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793989#M34147</link>
      <description>&lt;P&gt;Thanks for trying this.&lt;/P&gt;&lt;P&gt;Here is my build log:&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;[bash]1&amp;gt;------ Build started: Project: Solar Thematic Maps, Configuration: Release Win32 ------
1&amp;gt;Compiling with Intel Visual Fortran Compiler XE 12.0.3.175 [IA-32]...
1&amp;gt;globals.f90
1&amp;gt;files.f90
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(87): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [ERROR_COMPONENT]
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(114): error #6404: This name does not have a type, and must have an explicit type.   [IS_ERROR]
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(114): error #6341: A logical data type is required in this context.   [IS_ERROR]
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(133): error #6404: This name does not have a type, and must have an explicit type.   [IS_ERROR]
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(133): error #6341: A logical data type is required in this context.   [IS_ERROR]
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(146): error #6341: A logical data type is required in this context.   [IS_ERROR]
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(157): error #6404: This name does not have a type, and must have an explicit type.   [IS_ERROR]
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(172): error #6404: This name does not have a type, and must have an explicit type.   [IS_ERROR]
1&amp;gt;C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90(172): error #6341: A logical data type is required in this context.   [IS_ERROR]
1&amp;gt;compilation aborted for C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic Mapsfiles.f90 (code 1)
1&amp;gt;
1&amp;gt;Build log written to  "file://C:Documents and Settingsjim.vickroyMy DocumentsVisual Studio 2008ProjectsSolar Thematic MapsSolar Thematic MapsReleaseBuildLog.htm"
1&amp;gt;Solar Thematic Maps - 10 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
[/bash]&lt;/PRE&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 14:12:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793989#M34147</guid>
      <dc:creator>Jim_Vickroy</dc:creator>
      <dc:date>2011-07-06T14:12:02Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793990#M34148</link>
      <description>Some things to try:&lt;BR /&gt;&lt;BR /&gt;1. Remove the files from the project and re-add them.&lt;BR /&gt;2. Split the files into individual files per module.</description>
      <pubDate>Wed, 06 Jul 2011 16:15:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793990#M34148</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-07-06T16:15:02Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793991#M34149</link>
      <description>&lt;P&gt;Thanks again Steve.&lt;/P&gt;&lt;P&gt;Since this may be an error in compiler version 12.0.3.175, I'll submit a request to upgrade to version 12.0.4.&lt;/P&gt;&lt;P&gt;I have (partially) tried your first suggestion; I will revisit that.&lt;/P&gt;&lt;P&gt;Moving each module into a separate file (suggestion 2) seems unappealing to me, but if I have no other short term option I will try that also.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 16:49:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793991#M34149</guid>
      <dc:creator>Jim_Vickroy</dc:creator>
      <dc:date>2011-07-06T16:49:45Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793992#M34150</link>
      <description>&lt;P&gt;Suggestion 1 (remove/re-add source files to Visual Studio Project) worked !&lt;/P&gt;&lt;P&gt;I do not know why this worked nor which component (Fortran compiler, Visual Studio) was the source of the error.&lt;/P&gt;&lt;P&gt;-- jv&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 17:43:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793992#M34150</guid>
      <dc:creator>Jim_Vickroy</dc:creator>
      <dc:date>2011-07-06T17:43:02Z</dc:date>
    </item>
    <item>
      <title>compilation order dependency?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793993#M34151</link>
      <description>Well, it's not the compiler, but might be the Fortran integration into VS. I'll ask the integration developers about it - yours is not the first complaint about this I have seen.</description>
      <pubDate>Thu, 07 Jul 2011 00:36:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/compilation-order-dependency/m-p/793993#M34151</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-07-07T00:36:41Z</dc:date>
    </item>
  </channel>
</rss>

