<?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: MODULE File Size in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838768#M56807</link>
    <description>There are no comments in a .mod file.  It's symbol table information only.  If you have very large PARAMETER constants (arrays or character strings defined), those are represented in the .mod file.&lt;BR /&gt;&lt;BR /&gt;Anything in the include files gets compiled as if it was in the original source.  So what's the total content of all the files?</description>
    <pubDate>Mon, 18 Jul 2005 22:30:28 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2005-07-18T22:30:28Z</dc:date>
    <item>
      <title>MODULE File Size</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838767#M56806</link>
      <description>&lt;DIV&gt;What controls the size of a module .MOD file? I have a 957 line file which is probably 40-50% comments and it produces a 5.35MB .MOD file.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I assume it must be the includes, but it still seems pretty large...&lt;/DIV&gt;</description>
      <pubDate>Mon, 18 Jul 2005 22:14:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838767#M56806</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-07-18T22:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE File Size</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838768#M56807</link>
      <description>There are no comments in a .mod file.  It's symbol table information only.  If you have very large PARAMETER constants (arrays or character strings defined), those are represented in the .mod file.&lt;BR /&gt;&lt;BR /&gt;Anything in the include files gets compiled as if it was in the original source.  So what's the total content of all the files?</description>
      <pubDate>Mon, 18 Jul 2005 22:30:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838768#M56807</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-07-18T22:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE File Size</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838769#M56808</link>
      <description>&lt;DIV&gt;All my includes amount to less than 400KB...does the module expand arrays or anything like that?&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jul 2005 16:34:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838769#M56808</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-07-19T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE File Size</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838770#M56809</link>
      <description>If they're PARAMETER arrays and are initialized, yes. If they're variables, no.  Please submit the sources to Intel Premier Support so that we can look at it - ask that it be assigned to Steve Lionel.</description>
      <pubDate>Tue, 19 Jul 2005 20:20:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838770#M56809</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-07-19T20:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE File Size</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838771#M56810</link>
      <description>&lt;DIV&gt;As usual I forgot my details...this is CVF6.6C on XP SP2. Do you still want to look at this, Steve? It isn't bothering me over-much...the MOD file jsut seemed curiously large. I might look into compiler options in the mean time...&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Jul 2005 15:35:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838771#M56810</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-07-21T15:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE File Size</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838772#M56811</link>
      <description>&lt;DIV&gt;I am still interested - if you can send me a zip file to steve.lionel at intel.com I'd appreciate it. The module processing of CVF 6.6C is fundamentally similar to that of IVF, though we've done a lot of tweaking since then. It used to be, prior to CVF 6.6, I think, that .mod files included all the declarations of other modules it USEd, but that's no longer the case.&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Jul 2005 20:12:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838772#M56811</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-07-21T20:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE File Size</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838773#M56812</link>
      <description>&lt;DIV&gt;I've sent you an e-mail Steve.&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Jul 2005 22:08:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838773#M56812</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-07-21T22:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE File Size</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838774#M56813</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;
&lt;P&gt;I found the 'problem'. In all the CONTAINed functions I included my main common block definition file. If I move that include to the top of the module and remove it from each function, the .MOD file size drops to a little under 500kb.&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by judd on &lt;SPAN class="date_text"&gt;07-22-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:42 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2005 16:41:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MODULE-File-Size/m-p/838774#M56813</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-07-22T16:41:02Z</dc:date>
    </item>
  </channel>
</rss>

