<?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: RAM limit on em64t in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762558#M18045</link>
    <description>&lt;P&gt;What version of the compiler are you using (found using ifort -what anyfile.f)? We've found/fixed a number of bugs where we weren't keeping the full size correctly internally in the compiler. Maybe you have an older vintage?&lt;/P&gt;
&lt;P&gt;Also, if possible, an example of what is failing would be interesting.&lt;/P&gt;
&lt;DIV&gt;Thanks -&lt;/DIV&gt;
&lt;DIV&gt; - Lorri&lt;/DIV&gt;</description>
    <pubDate>Fri, 06 Jan 2006 06:17:49 GMT</pubDate>
    <dc:creator>Lorri_M_Intel</dc:creator>
    <dc:date>2006-01-06T06:17:49Z</dc:date>
    <item>
      <title>RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762557#M18044</link>
      <description>I thought that the em64t technology works like a true 64 bit system.&lt;BR /&gt;But I am experiencing memory limitation to 2.6 GB on a total of 4GB on a dual xeon em64t. I have tried some of the options suggested in&lt;BR /&gt;this forum like using allocatable arrays or the compiler option -mcmodel (I could not find it on the non-commercial version of ifort&lt;BR /&gt;V8 or V9) or -i-dynamic but I could not exceed 2.6 GB. My OS is&lt;BR /&gt;Red-Hat enterprise 3. Can I get any help?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 06 Jan 2006 05:04:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762557#M18044</guid>
      <dc:creator>moukouri</dc:creator>
      <dc:date>2006-01-06T05:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762558#M18045</link>
      <description>&lt;P&gt;What version of the compiler are you using (found using ifort -what anyfile.f)? We've found/fixed a number of bugs where we weren't keeping the full size correctly internally in the compiler. Maybe you have an older vintage?&lt;/P&gt;
&lt;P&gt;Also, if possible, an example of what is failing would be interesting.&lt;/P&gt;
&lt;DIV&gt;Thanks -&lt;/DIV&gt;
&lt;DIV&gt; - Lorri&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Jan 2006 06:17:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762558#M18045</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2006-01-06T06:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762559#M18046</link>
      <description>I am using both v8 and v9 versions of the compiler. This is a simple code I am testing:&lt;BR /&gt;&lt;BR /&gt;PROGRAM mult&lt;BR /&gt;IMPLICIT NONE&lt;BR /&gt;INTEGER, PARAMETER :: n=10700&lt;BR /&gt;INTEGER :: i,j,k&lt;BR /&gt;REAL(8), DIMENSION (:,:), ALLOCATABLE :: a,b,c&lt;BR /&gt;                                                                                &lt;BR /&gt;ALLOCATE(a(n,n),b(n,n),c(n,n))&lt;BR /&gt;a=1.;b=2.;c=0.&lt;BR /&gt;DO i=1,n&lt;BR /&gt;   DO j=1,n&lt;BR /&gt;      Do k=1,n&lt;BR /&gt;         c(i,j)=a(i,k)*b(k,j)&lt;BR /&gt;      END DO&lt;BR /&gt;   END DO&lt;BR /&gt;END DO&lt;BR /&gt;DEALLOCATE(a,b,c)&lt;BR /&gt;END PROGRAM&lt;BR /&gt;&lt;BR /&gt;I am compiling using: ifort -i-dynamic mult.f90</description>
      <pubDate>Fri, 06 Jan 2006 23:26:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762559#M18046</guid>
      <dc:creator>moukouri</dc:creator>
      <dc:date>2006-01-06T23:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762560#M18047</link>
      <description>Which specific versions? 9.0.???  8.1.???  (You can't be using 8.0 on EM64T.)&lt;BR /&gt;&lt;BR /&gt;You need -mcmodel medium or -mcmodel large as well.</description>
      <pubDate>Fri, 06 Jan 2006 23:33:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762560#M18047</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-01-06T23:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762561#M18048</link>
      <description>My compiler versions are &lt;BR /&gt;&lt;BR /&gt;l_fc_p_8.1.018 and l_fc_c_9.0.031</description>
      <pubDate>Sat, 07 Jan 2006 00:13:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762561#M18048</guid>
      <dc:creator>moukouri</dc:creator>
      <dc:date>2006-01-07T00:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762562#M18049</link>
      <description>Neither of the two compilers seem to recognize the option -mcmodel. Is-it included in the non-commercial version?</description>
      <pubDate>Sat, 07 Jan 2006 00:29:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762562#M18049</guid>
      <dc:creator>moukouri</dc:creator>
      <dc:date>2006-01-07T00:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762563#M18050</link>
      <description>Yes.  The non-commercial version is identical.  Are you using the EM64T compiler?  You may be using the IA32 compiler instead.  You have to do the source from the .../fce/... directory.&lt;BR /&gt;&lt;BR /&gt;Please show a log of the command you type and the output when you try to compile the program.</description>
      <pubDate>Sat, 07 Jan 2006 00:36:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762563#M18050</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-01-07T00:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762564#M18051</link>
      <description>ifort -i-dynamic -mcmodel large mult.f90&lt;BR /&gt;ifort: Command line warning: ignoring unknown option '-mcmodel'&lt;BR /&gt;ld: cannot open large: No such file or directory&lt;BR /&gt;&lt;BR /&gt;I may well be using the ia32 version. But doesn't the install&lt;BR /&gt;script automatically identify the system ia32, em64t or ia64?&lt;BR /&gt;Do I need to specify anything more to call the em64t version?</description>
      <pubDate>Sat, 07 Jan 2006 02:05:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762564#M18051</guid>
      <dc:creator>moukouri</dc:creator>
      <dc:date>2006-01-07T02:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: RAM limit on em64t</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762565#M18052</link>
      <description>You need to specify the proper ifortvars.sh script.  For EM64T, that would be /opt/intel/fce/9.0/bin/ifortvars.sh</description>
      <pubDate>Sat, 07 Jan 2006 03:01:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RAM-limit-on-em64t/m-p/762565#M18052</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-01-07T03:01:41Z</dc:date>
    </item>
  </channel>
</rss>

