<?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 It may take me a few days to in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096674#M125699</link>
    <description>&lt;P&gt;It may take me a few days to answer your questions.&lt;/P&gt;

&lt;P&gt;Brooks&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2017 23:27:32 GMT</pubDate>
    <dc:creator>Brooks_Van_Horn</dc:creator>
    <dc:date>2017-05-03T23:27:32Z</dc:date>
    <item>
      <title>error(41) insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096664#M125689</link>
      <description>&lt;P&gt;I have 2.35 TB of virtual memory in a x64 application but I still get a error(41) insufficient virtual memory message. I ham using Win-10 x64 and debug build targetting x64 using msvs 2013 community edition and Intel's PS XE CE Fortran 2017 r2. So how do I tell my exe that it has a lot of memory? How do I give it a larger stack space, a larger fp stack space?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Brooks&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:35:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096664#M125689</guid>
      <dc:creator>Brooks_Van_Horn</dc:creator>
      <dc:date>2017-05-02T18:35:09Z</dc:date>
    </item>
    <item>
      <title>Brooks,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096665#M125690</link>
      <description>&lt;P&gt;Brooks,&lt;/P&gt;

&lt;P&gt;You are likely confusing the term Virtual or Physical&amp;nbsp;Address Space with Virtual Memory. The Virtual/Physical Address Space is a hardware limitation of the CPU. Whereas the Virtual Memory capacity of a process is an O/S limitation providing a sub-set of the CPU capability. This limitation is typically a limitation of the system Page File (Swap File) capacity and/or how the O/S is configured to partition the CPU's Virtual/Physical Address Space (portion for O/S, portion for application, portion for dynamically loaded libraries, portion for I/O, etc...).&lt;/P&gt;

&lt;P&gt;Look at the page file size. On Windows 7 this is in System Properties, Advanced, Performance, Settings, Advanced, Virtual Memory, Change&lt;/P&gt;

&lt;P&gt;Note, this will reserve sufficient disk space for the size you specify. To get what you stated, you will require a single volume with 2.35TB free space (less current page file size) to make that size available. (Subject to O/S limitations &lt;A href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa366778(v=vs.85).aspx#physical_memory_limits_windows_10"&gt;https://msdn.microsoft.com/en-us/library/windows/desktop/aa366778(v=vs.85).aspx#physical_memory_limits_windows_10)&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 19:45:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096665#M125690</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2017-05-02T19:45:52Z</dc:date>
    </item>
    <item>
      <title>Attached is the memory status</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096666#M125691</link>
      <description>&lt;P&gt;Attached is the memory status during this run.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 19:49:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096666#M125691</guid>
      <dc:creator>Brooks_Van_Horn</dc:creator>
      <dc:date>2017-05-02T19:49:52Z</dc:date>
    </item>
    <item>
      <title>Look into this:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096667#M125692</link>
      <description>&lt;P&gt;Look into this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/fortran-compiler-18.0-developer-guide-and-reference-heap-arrays" target="_blank"&gt;https://software.intel.com/en-us/fortran-compiler-18.0-developer-guide-and-reference-heap-arrays&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 21:21:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096667#M125692</guid>
      <dc:creator>FortranFan</dc:creator>
      <dc:date>2017-05-02T21:21:22Z</dc:date>
    </item>
    <item>
      <title>The "memory status" you</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096668#M125693</link>
      <description>&lt;P&gt;The "memory status" you posted is inaccurate. You certainly don' have 2TB of available virtual memory - not with only 1TB and change of free disk space. That is showing you the theoretical maximum Windows currently supports. There really isn't a good way to know what the actual limit is, as there is no setting for this. You don't know until you run out.&lt;/P&gt;

&lt;P&gt;You asked about FP stack size - on X64 there is no such thing, and even on IA-32 you're using SSE instructions and not the old x87 FP stuff (where the FP stack size is fixed.)&lt;/P&gt;

&lt;P&gt;So how much VM did your program use before it failed? Intel Inspector XE has a "memory growth" display that can be helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 21:55:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096668#M125693</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-05-02T21:55:22Z</dc:date>
    </item>
    <item>
      <title>Steve, I don't have Intel</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096669#M125694</link>
      <description>&lt;P&gt;Steve, I don't have Intel Inspector XE. I have the Composer edition. I don't have money for something like Inspector.&lt;/P&gt;

&lt;P&gt;Brooks&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 02:31:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096669#M125694</guid>
      <dc:creator>Brooks_Van_Horn</dc:creator>
      <dc:date>2017-05-03T02:31:13Z</dc:date>
    </item>
    <item>
      <title>You can always get a 30-day</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096670#M125695</link>
      <description>&lt;P&gt;You can always get a 30-day free trial.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 20:39:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096670#M125695</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-05-03T20:39:32Z</dc:date>
    </item>
    <item>
      <title>Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096671#M125696</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;

&lt;P&gt;I got it and ran it. I'm only using about 500GB and the only memory errors are coming from tv_x64.dll. It is not an easy tool to use and I had to manually change the global flags by hand in the hklm.&lt;/P&gt;

&lt;P&gt;Brooks&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 22:57:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096671#M125696</guid>
      <dc:creator>Brooks_Van_Horn</dc:creator>
      <dc:date>2017-05-03T22:57:48Z</dc:date>
    </item>
    <item>
      <title>That is 500 MB not GB.
Brooks</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096672#M125697</link>
      <description>&lt;P&gt;That is 500 MB not GB.&lt;/P&gt;

&lt;P&gt;Brooks&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 23:14:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096672#M125697</guid>
      <dc:creator>Brooks_Van_Horn</dc:creator>
      <dc:date>2017-05-03T23:14:16Z</dc:date>
    </item>
    <item>
      <title>I don;t know what tv_x64.dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096673#M125698</link>
      <description>&lt;P&gt;I don;t know what tv_x64.dll is. How much memory was trying to be allocated when it failed? Was this an explicit ALLOCATE in your code?&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 23:23:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096673#M125698</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-05-03T23:23:16Z</dc:date>
    </item>
    <item>
      <title>It may take me a few days to</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096674#M125699</link>
      <description>&lt;P&gt;It may take me a few days to answer your questions.&lt;/P&gt;

&lt;P&gt;Brooks&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 23:27:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096674#M125699</guid>
      <dc:creator>Brooks_Van_Horn</dc:creator>
      <dc:date>2017-05-03T23:27:32Z</dc:date>
    </item>
    <item>
      <title>All,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096675#M125700</link>
      <description>&lt;P&gt;All,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This was my problem. I didn't destroy all the resources I created under Windows. And some I destyroyed too many times. I had to do a pairwise grouping process to make sure I destroyed everything I created.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks all,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Brooks&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2017 18:17:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-41-insufficient-virtual-memory/m-p/1096675#M125700</guid>
      <dc:creator>Brooks_Van_Horn</dc:creator>
      <dc:date>2017-06-03T18:17:35Z</dc:date>
    </item>
  </channel>
</rss>

