<?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 How to define temporary arryas at execution time? in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-define-temporary-arryas-at-execution-time/m-p/955239#M20635</link>
    <description>I want to set up something like the NEW statement in C++, where I don't want to allocate permanent storage, but only according to the size of the problem at execution time. &lt;BR /&gt; &lt;BR /&gt;Does Fortran allow me to define an array that does not exist at compilation time, where the size can be defined by user input? &lt;BR /&gt; &lt;BR /&gt;Even in some versions of C++ the user has to commit himself at compilation time regarding the sizes of arrays.</description>
    <pubDate>Wed, 20 Jun 2001 01:45:55 GMT</pubDate>
    <dc:creator>WSinc</dc:creator>
    <dc:date>2001-06-20T01:45:55Z</dc:date>
    <item>
      <title>How to define temporary arryas at execution time?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-define-temporary-arryas-at-execution-time/m-p/955239#M20635</link>
      <description>I want to set up something like the NEW statement in C++, where I don't want to allocate permanent storage, but only according to the size of the problem at execution time. &lt;BR /&gt; &lt;BR /&gt;Does Fortran allow me to define an array that does not exist at compilation time, where the size can be defined by user input? &lt;BR /&gt; &lt;BR /&gt;Even in some versions of C++ the user has to commit himself at compilation time regarding the sizes of arrays.</description>
      <pubDate>Wed, 20 Jun 2001 01:45:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-define-temporary-arryas-at-execution-time/m-p/955239#M20635</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2001-06-20T01:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to define temporary arryas at execution time?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-define-temporary-arryas-at-execution-time/m-p/955240#M20636</link>
      <description>Yes.  Look at ALLOCATABLE arrays.  If an ALLOCATABLE array is a local variable in a routine, and not given the SAVE attribute, it gets automatically deallocated on routine exit.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 20 Jun 2001 03:36:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-define-temporary-arryas-at-execution-time/m-p/955240#M20636</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-06-20T03:36:21Z</dc:date>
    </item>
  </channel>
</rss>

