<?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: Modules &amp; allocatable arrays in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Modules-allocatable-arrays/m-p/948775#M19018</link>
    <description>Curious - I have not seen that symptom before.  If you can reproduce it in the future, please send a ZIP file of the project to us and we'll take a look.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Thu, 26 Apr 2001 01:47:17 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-04-26T01:47:17Z</dc:date>
    <item>
      <title>Modules &amp; allocatable arrays</title>
      <link>https://community.intel.com/t5/Software-Archive/Modules-allocatable-arrays/m-p/948773#M19016</link>
      <description>Is it possible to include allocatable arrays in a module - I can find nothing about this in the language reference. &lt;BR /&gt; &lt;BR /&gt;eg. &lt;BR /&gt; &lt;BR /&gt;MODULE grid_cells &lt;BR /&gt;IMPLICIT NONE &lt;BR /&gt; &lt;BR /&gt;    integer, ALLOCATABLE :: kzn(:) &lt;BR /&gt;    real, ALLOCATABLE :: znx(:), zny(:) &lt;BR /&gt; &lt;BR /&gt;    SAVE &lt;BR /&gt; &lt;BR /&gt;END MODULE grid_cells &lt;BR /&gt; &lt;BR /&gt;Then USE grid_cells in 3 scoping units, the arrays allocated in one of these. &lt;BR /&gt; &lt;BR /&gt;eg.     ALLOCATE( znx(max_grids), zny(max_grids), kzn(max_grids) )  &lt;BR /&gt; &lt;BR /&gt;The compiler does not like the above syntax.  Is there some other way of doing it, or is there no way to include allocatable arrays in a module ? &lt;BR /&gt; &lt;BR /&gt;David</description>
      <pubDate>Wed, 25 Apr 2001 23:16:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modules-allocatable-arrays/m-p/948773#M19016</guid>
      <dc:creator>Deleted_U_Intel</dc:creator>
      <dc:date>2001-04-25T23:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modules &amp; allocatable arrays</title>
      <link>https://community.intel.com/t5/Software-Archive/Modules-allocatable-arrays/m-p/948774#M19017</link>
      <description>This should work fine.  You don't give the actual source code nor the error message, so I have no idea what is going wrong. I suggest you send a short but complete example to us at vf-support@compaq.com and we'll take a look.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 25 Apr 2001 23:32:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modules-allocatable-arrays/m-p/948774#M19017</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-25T23:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Modules &amp; allocatable arrays</title>
      <link>https://community.intel.com/t5/Software-Archive/Modules-allocatable-arrays/m-p/948775#M19018</link>
      <description>Curious - I have not seen that symptom before.  If you can reproduce it in the future, please send a ZIP file of the project to us and we'll take a look.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 26 Apr 2001 01:47:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modules-allocatable-arrays/m-p/948775#M19018</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-26T01:47:17Z</dc:date>
    </item>
  </channel>
</rss>

