<?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: Problem when executing the fortran program in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842919#M60888</link>
    <description>Ok, so the arrays are 700*500*300 4-byte reals. There are exactly 65 array having these charectristics. I know that it's a great number of arrays. The problem is that i'am prgramming a 3D-FDTD Algorithm and all these arrays are necessery for this algorithm. So I can not elimiante some arrays.&lt;BR /&gt;By clicking on the exe file, there a is an error message indicating that this file (.exe) is not a valid Win 32 application.&lt;BR /&gt;&lt;BR /&gt;Please could you help me?&lt;BR /&gt;&lt;BR /&gt;thank you.&lt;BR /&gt;</description>
    <pubDate>Sat, 15 Sep 2007 20:28:21 GMT</pubDate>
    <dc:creator>sahbi</dc:creator>
    <dc:date>2007-09-15T20:28:21Z</dc:date>
    <item>
      <title>Problem when executing the fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842917#M60886</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I use Intel Fortran 9.0 Windows version with VS2003. I have written a program in which I use arrays with following size: 700*500*300. When I build all is ok, but when I execute the window appears and dissapears and so the program is not executed. In addition, when I want to debug, an error message appears and said that it's not possible to start debugging. I thnik there is a problem with memory and size of arrays because before I build I have tried with the following size 100*50*20 and I have not found a problem. &lt;BR /&gt;&lt;BR /&gt;Please could you help me? I have a project to do and I have no longer enough of time;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2007 16:18:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842917#M60886</guid>
      <dc:creator>sahbi</dc:creator>
      <dc:date>2007-09-15T16:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when executing the fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842918#M60887</link>
      <description>Well, let's see. Assuming 4-byte reals, 700x500x300 is 420MB - not that big. Hiow many of these arrays do you have and what is the datatype? What happens when you run this program by double-clicking on the EXE or running from a command prompt?&lt;BR /&gt;&lt;BR /&gt;On 32-bit Windows, you are limited to 2GB of address space, with a practical limit of maybe 1.75GB.&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2007 17:14:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842918#M60887</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-09-15T17:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when executing the fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842919#M60888</link>
      <description>Ok, so the arrays are 700*500*300 4-byte reals. There are exactly 65 array having these charectristics. I know that it's a great number of arrays. The problem is that i'am prgramming a 3D-FDTD Algorithm and all these arrays are necessery for this algorithm. So I can not elimiante some arrays.&lt;BR /&gt;By clicking on the exe file, there a is an error message indicating that this file (.exe) is not a valid Win 32 application.&lt;BR /&gt;&lt;BR /&gt;Please could you help me?&lt;BR /&gt;&lt;BR /&gt;thank you.&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2007 20:28:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842919#M60888</guid>
      <dc:creator>sahbi</dc:creator>
      <dc:date>2007-09-15T20:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when executing the fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842920#M60889</link>
      <description>I think I must use allocatable arrays. Maybe this is the only solution.!!&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2007 21:18:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842920#M60889</guid>
      <dc:creator>sahbi</dc:creator>
      <dc:date>2007-09-15T21:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when executing the fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842921#M60890</link>
      <description>65 420MB arrays? That's 27.3GB! You need not only allocatable arrays, but a 64-bit system (and lots of pagefile space). There's no way to get there using 32-bit Windows. Did you not get an error from the linker about this?&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Sep 2007 00:21:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842921#M60890</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-09-16T00:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when executing the fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842922#M60891</link>
      <description>No, when linking all is ok, there is no problem or error. Have you any solution to suggest? &lt;BR /&gt;</description>
      <pubDate>Sun, 16 Sep 2007 08:05:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842922#M60891</guid>
      <dc:creator>sahbi</dc:creator>
      <dc:date>2007-09-16T08:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when executing the fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842923#M60892</link>
      <description>what about parallel computing alternative? I think this could solve the problem. But the question is if the Intel Fortan Compiler could support such a computing with VS2003 and what I have to do to configure all the network?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Sep 2007 08:36:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842923#M60892</guid>
      <dc:creator>sahbi</dc:creator>
      <dc:date>2007-09-16T08:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when executing the fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842924#M60893</link>
      <description>My guess is that the linker is not checking for overflow when computing the image size and just writes the truncated value to the executable. Since this is so obviously wrong, the image activator complains when you run the EXE. &lt;BR /&gt;&lt;BR /&gt;Perhaps you could solve your problem by spreading it across multiple processes or systems using an MPI library. Many people use MPI with Intel Fortran but it isn't something I'm familiar enough with to give you advice about. You will not be able to solve this using OpenMP or the compiler's auto-parallel features, since they assume a shared memory space.&lt;BR /&gt;&lt;BR /&gt;There are two newsgroups you could use to describe your application and ask for suggestions as to how to use MPI to make up for the lack of virtual address space. The first is &lt;A href="http://groups.google.com/group/comp.parallel.mpi/topics?hl=en"&gt;comp.parallel.mpi&lt;/A&gt; and the second is &lt;A href="http://groups.google.com/group/comp.lang.fortran/topics?hl=en"&gt;comp.lang.fortran&lt;/A&gt;. You should note when you ask that you are using Windows - most MPI programmers use Linux or UNIX, but it is certainly possible to do MPI on Windows.&lt;BR /&gt;&lt;BR /&gt;I predict that some will tell you what I did earlier - switch to a 64-bit platform (such as a system based on an Intel Core 2 processor running Windows XP x64 or Windows Vista 64-bit). You'll also need Visual Studio 2005 (requires Intel Fortran 9.1 or later) or upgrade to Intel Visual Fortran 10 which includes the necessary Visual Studio pieces. It may also be that there's a different programming approach you can take which will reduce the size or number of arrays you need - those familiar with your type of application might be able to help you there.&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Sep 2007 10:46:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-when-executing-the-fortran-program/m-p/842924#M60893</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-09-16T10:46:13Z</dc:date>
    </item>
  </channel>
</rss>

