<?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: an interesting/strange thing in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868656#M71460</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/443545"&gt;nahid5692001&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;This is an LFH issue, try to enable it and run it with both systems. should work&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Great! I have been wondering this for a long while. Yeah it should help with LFH. I found from msdn that LFH is enabled from windows vista. So there will be no problem to run on vista or Win7. Thanks.&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Sep 2009 20:52:51 GMT</pubDate>
    <dc:creator>yjyincj</dc:creator>
    <dc:date>2009-09-18T20:52:51Z</dc:date>
    <item>
      <title>an interesting/strange thing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868653#M71457</link>
      <description>I wrote a code that runns a variaty of allocate-deallocate arrays. When I run it in Win XP professional, it stops after it has run a while, saying insufficient virtual memory. However, it runs very well on Fedora 11 (x86). Is that because of the different memory management algorithm between two OS? Both computers have 2G ram.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2009 10:59:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868653#M71457</guid>
      <dc:creator>yjyincj</dc:creator>
      <dc:date>2009-09-17T10:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: an interesting/strange thing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868654#M71458</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Look in MSDN under Low Fragmentation Heap (or LFH). You may need to set the option to enable LFH.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey</description>
      <pubDate>Thu, 17 Sep 2009 19:02:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868654#M71458</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-09-17T19:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: an interesting/strange thing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868655#M71459</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/99850"&gt;jimdempseyatthecove&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Look in MSDN under Low Fragmentation Heap (or LFH). You may need to set the option to enable LFH.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;This is an LFH issue, try to enable it and run it with both systems. should work&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2009 19:29:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868655#M71459</guid>
      <dc:creator>nahid5692001</dc:creator>
      <dc:date>2009-09-17T19:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: an interesting/strange thing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868656#M71460</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/443545"&gt;nahid5692001&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;This is an LFH issue, try to enable it and run it with both systems. should work&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Great! I have been wondering this for a long while. Yeah it should help with LFH. I found from msdn that LFH is enabled from windows vista. So there will be no problem to run on vista or Win7. Thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 20:52:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/an-interesting-strange-thing/m-p/868656#M71460</guid>
      <dc:creator>yjyincj</dc:creator>
      <dc:date>2009-09-18T20:52:51Z</dc:date>
    </item>
  </channel>
</rss>

