<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'><br>&gt;----- Original Message -----<br>&gt;From: "Prentice Bisbal" &lt;prentice@ias.edu&gt;<br>&gt;To: "Beowulf Mailing List" &lt;beowulf@beowulf.org&gt;<br>&gt;Sent: Tuesday, November 3, 2009 1:24:00 PM GMT -06:00 US/Canada Central<br>&gt;Subject: Re: [Beowulf] Fortran Array size question<br>&gt;<br>&gt;Greg Lindahl wrote:<br>&gt;&gt; On Tue, Nov 03, 2009 at 01:17:02PM -0500, Prentice Bisbal wrote:<br>&gt;&gt; <br>&gt;&gt;&gt; That's exactly the compiler I'm using, and it's failing at ~200 million<br>&gt;&gt;&gt; elements. I'm &nbsp;digging through the Intel documentation. Haven't found an<br>&gt;&gt;&gt; answer yet.<br>&gt;&gt; <br>&gt;&gt; Your bug report was incomplete: it really matters if the array is<br>&gt;&gt; automatic or not, or if it's initialized.<br>&gt;&gt; <br>&gt;You're right - &nbsp;I should have included a code snippet. It's not my code,<br>&gt;so I don't know if I can share all of it. Here's the line where the<br>&gt;problem occurs:<br>&gt;<br>&gt;dimension vstore(1:4,0:4,5000000,2),fstore(0:4,5000000,2)<br>&gt;<br>&gt;If he reduces the 5000000 to a smaller number, it compiles. As shown, he<br>&gt;gets this error:<br>&gt;<br>&gt;ifort adaptnew2.for<br>&gt;...<br>&gt;...<br>&gt;compilation aborted for adaptnew2.for (code 1)<br><br><div>Prentice,</div><div><br></div><div>I do not think the Fortran standard limits the size of one dimension</div><div>in an array,&nbsp;although you can have only 7 dimensions. &nbsp;This to me must</div><div>be a limit internal to their compiler. &nbsp;There may be an environmental variable</div><div>to reset. &nbsp;I would try another Fortran (maybe gfortran) to see if you&nbsp;get similar</div><div>behavior or find another (different) limit. &nbsp;</div><div><br></div><div>Limits should really be operating system imposed based on the&nbsp;</div><div>size of the address space. &nbsp;Intel says as much on the website&nbsp;</div><div>describing their compiler.</div><div><br></div><div>Regards,</div><div><br></div><div>rbw<br>Thrashing River Computing<br>_______________________________________________<br>Beowulf mailing list, Beowulf@beowulf.org sponsored by Penguin Computing<br>To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf<br></div></div></body></html>