<?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 insufficient virtual memory in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813061#M43881</link>
    <description>Thanks. Can you be more specific as to how I can check the configuration. and how i can change it if necessary? &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 03 Oct 2010 19:46:38 GMT</pubDate>
    <dc:creator>antfu</dc:creator>
    <dc:date>2010-10-03T19:46:38Z</dc:date>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813059#M43879</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I am running a program with Fortran OpenMP. I got this message:&lt;BR /&gt;&lt;BR /&gt;"insufficient virtual memory".&lt;BR /&gt;&lt;BR /&gt;My machine has 24GB, 12 threads. I am not
 sure whether this is really about memory. Thanks for hints.</description>
      <pubDate>Sun, 03 Oct 2010 15:00:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813059#M43879</guid>
      <dc:creator>antfu</dc:creator>
      <dc:date>2010-10-03T15:00:49Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813060#M43880</link>
      <description>24 GB is a lot of RAM, and it is possible that the configuration allows virtual memory in excess of that, if you have enabled that feature. &lt;BR /&gt;&lt;BR /&gt;However, 24 GB is less than &lt;I&gt;infinite&lt;/I&gt; memory. Therefore, you have to investigate what demands are being made by your program, and what the operating system is configured to allow.</description>
      <pubDate>Sun, 03 Oct 2010 15:41:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813060#M43880</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-10-03T15:41:17Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813061#M43881</link>
      <description>Thanks. Can you be more specific as to how I can check the configuration. and how i can change it if necessary? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Oct 2010 19:46:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813061#M43881</guid>
      <dc:creator>antfu</dc:creator>
      <dc:date>2010-10-03T19:46:38Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813062#M43882</link>
      <description>I'd suggest that you look first at obtaining a good estimate of what your program requires in terms of statically and dynamically allocated memory, the type of OS that you are running, and the size of your pagefile.&lt;BR /&gt;&lt;BR /&gt;If you are running a 32-bit OS, be aware that there is the upper limit of allocatable memory for programs is 4 GB, which needs to be adjusted down by the needs of the OS itself, drivers, etc., and any limitations imposed by the compiler/linker that you use.</description>
      <pubDate>Sun, 03 Oct 2010 23:42:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813062#M43882</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-10-03T23:42:40Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813063#M43883</link>
      <description>Also if you are running on 64-bit platform,check to see if you are compiling and running a 32-bit application. When you create a new solution on Windows x64 platform it defaults to Win32 32-bit. Use configuration manager to create the x64 platform projects.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Oct 2010 23:49:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813063#M43883</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-10-03T23:49:18Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813064#M43884</link>
      <description>I am not sure whether the following info would be useful. (sorry for my ignorance about computers) &lt;BR /&gt;I have a 64-bit Windows 7. Dual Six Core Intel Xeon Processor.</description>
      <pubDate>Sun, 03 Oct 2010 23:51:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813064#M43884</guid>
      <dc:creator>antfu</dc:creator>
      <dc:date>2010-10-03T23:51:44Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813065#M43885</link>
      <description>In Visual Studio, open your solution/project and look to the right of where you select Debug/Release, this is the platform selector. If the pull-down reads Win32 then you are generating a 32-bit Windows application. If you see Win32, then click on platform pull down and select x64 if it is listed or click on "Configuration Manager" if it is not. If you had to select "Configuration Manager" then on the top right side you will see a pull down listed as "Active solution platform", pull that down and select "New", then fish around for x64. Also choose new configuration to be based on your Win32 configuration. Then finish the dialogs saving the new configuration. When you get back to the IDE you will now see x64 in the platform pull down. From now on, you can select which platform Win32/x64 for this solution.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey</description>
      <pubDate>Mon, 04 Oct 2010 13:05:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813065#M43885</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-10-04T13:05:17Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813066#M43886</link>
      <description>Somehow, after I did that, I cannot compile / build my solution. I got the message:&lt;BR /&gt;"internal compiler error C000094" "compilation aborted" &lt;BR /&gt;I tried the same with another project, it works there.&lt;BR /&gt;What is wrong with the current project? Thanks</description>
      <pubDate>Mon, 04 Oct 2010 14:17:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813066#M43886</guid>
      <dc:creator>antfu</dc:creator>
      <dc:date>2010-10-04T14:17:34Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813067#M43887</link>
      <description>&lt;P&gt;Read the compiler output window to see why the compilation aborted. If nothing obvious shows up, then in the compiler output window locate the line that says "Build log was saved at...\BuildLog.htm"&lt;BR /&gt;Put the mouse over that line and issue Ctrl-Click. This will open the build log.&lt;BR /&gt;&lt;BR /&gt;In there you will see additional error messages.&lt;BR /&gt;&lt;BR /&gt;Compilation aborted is generally a result of not specifying a path or not installing a component.&lt;BR /&gt;&lt;BR /&gt;When you installed the Intel Fortran compiler, did you install both the 32-bit and 64-bit compilers?&lt;BR /&gt;Your download options are for&lt;BR /&gt;&lt;BR /&gt;1) both versions&lt;BR /&gt;2) 32-bit version&lt;BR /&gt;3) 64-bit version&lt;BR /&gt;&lt;BR /&gt;Note use Intel64 not IA64 (IA64 is for Itanium processor)&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2010 14:26:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813067#M43887</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-10-04T14:26:23Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813068#M43888</link>
      <description>Here is what I get from the log, ( I believe I installed Intel64. Another project went fine with X64. )&lt;BR /&gt;&lt;TABLE cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;
&lt;TD bgcolor="white" width="0"&gt;&lt;BR /&gt;&lt;/TD&gt;
&lt;TD width="*"&gt;&lt;PRE&gt;Compiling with Intel Visual Fortran 11.1.065 [Intel 64]...
ifort /nologo /debug:full /Od /gen-interfaces /Qopenmp /warn:interfaces /module:"x64\Debug\" /object:"x64\Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64" "C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\Emax.f90"
fortcom: Fatal: There has been an internal compiler error (C0000094).
compilation aborted for C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\Emax.f90 (code 1)

ifort /nologo /debug:full /Od /gen-interfaces /Qopenmp /warn:interfaces /module:"x64\Debug\" /object:"x64\Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64" "C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\dynamics.f90"
fortcom: Fatal: There has been an internal compiler error (C0000094).
compilation aborted for C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\dynamics.f90 (code 1)

ifort /nologo /debug:full /Od /gen-interfaces /Qopenmp /warn:interfaces /module:"x64\Debug\" /object:"x64\Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64" "C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\moments.f90"
fortcom: Fatal: There has been an internal compiler error (C0000094).
compilation aborted for C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\moments.f90 (code 1)

ifort /nologo /debug:full /Od /gen-interfaces /Qopenmp /warn:interfaces /module:"x64\Debug\" /object:"x64\Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64" "C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\GMM.f90"
fortcom: Fatal: There has been an internal compiler error (C0000094).
compilation aborted for C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\GMM.f90 (code 1)

ifort /nologo /debug:full /Od /gen-interfaces /Qopenmp /warn:interfaces /module:"x64\Debug\" /object:"x64\Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64" "C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\simulation.f90"
fortcom: Fatal: There has been an internal compiler error (C0000094).
compilation aborted for C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\simulation.f90 (code 1)

ifort /nologo /debug:full /Od /gen-interfaces /Qopenmp /warn:interfaces /module:"x64\Debug\" /object:"x64\Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64" "C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\main.f90"
fortcom: Fatal: There has been an internal compiler error (C0000094).
compilation aborted for C:\Users\cfu\Documents\My Research\Taxi Driver\New Sept26_10\New Sept26_10\main.f90 (code 1)


New Sept26_10 - 6 error(s), 0 warning(s)
&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 04 Oct 2010 14:36:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813068#M43888</guid>
      <dc:creator>antfu</dc:creator>
      <dc:date>2010-10-04T14:36:46Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813069#M43889</link>
      <description>Suggest going google search&lt;BR /&gt;"fortcom: Fatal: There has been an internal compiler error (C0000094)" site:intel.com&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=67498" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=67498&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look at reply #3 and later (read all)&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 14:57:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813069#M43889</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-10-04T14:57:10Z</dc:date>
    </item>
    <item>
      <title>insufficient virtual memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813070#M43890</link>
      <description>Thanks. That seems to have solved the problem.</description>
      <pubDate>Mon, 04 Oct 2010 15:45:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/insufficient-virtual-memory/m-p/813070#M43890</guid>
      <dc:creator>antfu</dc:creator>
      <dc:date>2010-10-04T15:45:46Z</dc:date>
    </item>
  </channel>
</rss>

