<?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 Quote:Tim P. wrote: in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148593#M139364</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Tim P. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The quickest way to run out of memory while running a Fortran application is to open a browser.&amp;nbsp; As far as problems running a batch application which processes many cases, and runs perhaps an entire day before running out of memory, I doubt it's practical to learn much by Inspector.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When running in Windows, I run a memory recovery application such as System Mechanic every few hours.&amp;nbsp; It seems unpredictable when it will be needed.&amp;nbsp; WSL (linux inside Windows 10) seems the worst OS for this problem. WSL itself hangs and requires a full reboot of Windows. Browsers also vary.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Tim,&lt;/P&gt;

&lt;P&gt;Thanks very much for your kind reply. Yes, what you analysed is reasonable. I will test that again to check if the browser caused that problem. I use the win7 platform and Visual Studio 2013 IDE. And to use Inspector XE is a nice advice and I will install a free version to have a try. BTW, I just checked that the version of IVF bought by our institution is&amp;nbsp;actually the composer edition. So there is no inspector to be used.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 10:56:34 GMT</pubDate>
    <dc:creator>aadam23</dc:creator>
    <dc:date>2018-07-02T10:56:34Z</dc:date>
    <item>
      <title>why is the memory consumed with the program running</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148588#M139359</link>
      <description>&lt;P&gt;Dear there,&lt;/P&gt;

&lt;P&gt;I use the IVF 2013 in Windows 7 to make programs. In the phase of running this program, there was a weird issue that the memory of PC was consumed so much as the program runs futher. I designed that program with batch processing algorithm, that is, process the destination subroutine within each loop. I think for each loop the resource of system is independent. Moreover, I checked in the program that there is no memory dependency relation between variables. Also, I checked the threads in the 'Task manager' of windows and found that the memory consumption of thread 'svchost.exe' increased with the program running.&lt;/P&gt;

&lt;P&gt;So could you please give some suggestions on what caused this issue&amp;nbsp;by your great fruitful of experiences on the IVF?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 16:25:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148588#M139359</guid>
      <dc:creator>aadam23</dc:creator>
      <dc:date>2018-06-29T16:25:54Z</dc:date>
    </item>
    <item>
      <title>nobody know about that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148589#M139360</link>
      <description>&lt;P&gt;nobody know about that question? Could you please give me a hand, thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jul 2018 13:29:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148589#M139360</guid>
      <dc:creator>aadam23</dc:creator>
      <dc:date>2018-07-01T13:29:04Z</dc:date>
    </item>
    <item>
      <title>I read the question but it</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148590#M139361</link>
      <description>&lt;P&gt;I read the question but it lacked sufficient information to make it worth speculating. Your reference to svchost is, I think, a "red herring" in that it is unrelated to what your program is doing. svchost.exe is a Windows process that handles background services. I can't think of how it would be affected by your Fortran program.&lt;/P&gt;

&lt;P&gt;Intel Inspector XE has a "memory growth analysis" mode that you may want to try. If you don't have the Professional Edition or higher of Intel Parallel Studio XE, you can get a free 30-day trial license for it. (You indicate that you have a five-year-old version of the product - I am not sure if that feature was in Inspector XE back then.)&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jul 2018 21:08:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148590#M139361</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-07-01T21:08:26Z</dc:date>
    </item>
    <item>
      <title>Quote:Steve Lionel (Ret.)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148591#M139362</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Steve Lionel (Ret.) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I read the question but it lacked sufficient information to make it worth speculating. Your reference to svchost is, I think, a "red herring" in that it is unrelated to what your program is doing. svchost.exe is a Windows process that handles background services. I can't think of how it would be affected by your Fortran program.&lt;/P&gt;

&lt;P&gt;Intel Inspector XE has a "memory growth analysis" mode that you may want to try. If you don't have the Professional Edition or higher of Intel Parallel Studio XE, you can get a free 30-day trial license for it. (You indicate that you have a five-year-old version of the product - I am not sure if that feature was in Inspector XE back then.)&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks Steve for your kind comments. Yep, the information is too little 'cause the memory is the firstly obvious phenomenon when I run the program. That means the thread 'svhost.exe' will occupy so much memory gradually while the program running by the batch processing.&lt;/P&gt;

&lt;P&gt;Yes, you are right 'cause my institution just bought that version of IVF and I must compile the program with the network connected each time. So I should try the free version to have an analysis of the memory growth. Thanks so much. Have a nice day:-)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;A.A.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 08:19:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148591#M139362</guid>
      <dc:creator>aadam23</dc:creator>
      <dc:date>2018-07-02T08:19:54Z</dc:date>
    </item>
    <item>
      <title>The quickest way to run out</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148592#M139363</link>
      <description>&lt;P&gt;The quickest way to run out of memory while running a Fortran application is to open a browser.&amp;nbsp; As far as problems running a batch application which processes many cases, and runs perhaps an entire day before running out of memory, I doubt it's practical to learn much by Inspector.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When running in Windows, I run a memory recovery application such as System Mechanic every few hours.&amp;nbsp; It seems unpredictable when it will be needed.&amp;nbsp; WSL (linux inside Windows 10) seems the worst OS for this problem. WSL itself hangs and requires a full reboot of Windows. Browsers also vary.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 10:47:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148592#M139363</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2018-07-02T10:47:34Z</dc:date>
    </item>
    <item>
      <title>Quote:Tim P. wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148593#M139364</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Tim P. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The quickest way to run out of memory while running a Fortran application is to open a browser.&amp;nbsp; As far as problems running a batch application which processes many cases, and runs perhaps an entire day before running out of memory, I doubt it's practical to learn much by Inspector.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When running in Windows, I run a memory recovery application such as System Mechanic every few hours.&amp;nbsp; It seems unpredictable when it will be needed.&amp;nbsp; WSL (linux inside Windows 10) seems the worst OS for this problem. WSL itself hangs and requires a full reboot of Windows. Browsers also vary.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Tim,&lt;/P&gt;

&lt;P&gt;Thanks very much for your kind reply. Yes, what you analysed is reasonable. I will test that again to check if the browser caused that problem. I use the win7 platform and Visual Studio 2013 IDE. And to use Inspector XE is a nice advice and I will install a free version to have a try. BTW, I just checked that the version of IVF bought by our institution is&amp;nbsp;actually the composer edition. So there is no inspector to be used.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 10:56:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/why-is-the-memory-consumed-with-the-program-running/m-p/1148593#M139364</guid>
      <dc:creator>aadam23</dc:creator>
      <dc:date>2018-07-02T10:56:34Z</dc:date>
    </item>
  </channel>
</rss>

