<html>
<body>
That's correct.  The executable size would reflect the extra
operations required to compute the offset for the doubly dimensioned
array.<br><br>
<br>
Mike<br><br>
At 03:40 PM 11/11/2009, Peter St. John wrote:<br>
<blockquote type=cite class=cite cite="">The difference between:<br>
array1(1:60000)<br>
array2(1:2, 1:30000)<br><br>
would be reflected in the size of the executable, not the size of the
data.<br>
Right? <br>
Peter<br><br>
<br>
On Wed, Nov 11, 2009 at 9:01 AM, Michael H. Frese
<<a href="mailto:Michael.Frese@numerex-llc.com">
Michael.Frese@numerex-llc.com</a>> wrote:<br>

<dl>
<dd>At 06:43 PM 11/10/2009, Larry Stewart wrote:<br><br>
<br>
<blockquote type=cite class=cite cite="">
<dd>On Tue, Nov 10, 2009 at 8:30 PM, amjad ali
<<a href="mailto:amjad11@gmail.com">amjad11@gmail.com</a>> wrote:
<dl>
<dd>HI,<br>

<dd>suppose we have four arrays with same number of elements say 60000.,
but different dimensions like:<br>

<dd>array1(1:60000)
<dd>array2(1:2, 1:30000)
<dd>array3(1:2, 1:300, 1:100)
<dd>array4(1:4, 1:15, 1:10,  1:100)<br>
<br>

<dd>Does each of these arrays in fortran will occupy same amount of
memory?<br>

<dd>For sending/receiving each of these, Does MPI has the same (or nearly
same) overhead? or any significantly different overhead is involved in
handling each of these arrays (by MPI)? <br><br>
</dl>
<dd>They should take the same amount of space and have nearly identical
transfer times with MPI.<br>

<dd>(If you send the whole thing)<br><br>

<dd>-L</blockquote><br>

<dd>Those four array descriptors can all apply to exactly the same space,
via an 'equivalence' statement.  They are all laid out in memory
just like array1.  <br><br>

<dd>Thus, they can each be transmitted by exactly the same MPI
send.<br><br>
<br>

<dd>Mike<br><br>

<dd>_______________________________________________<br>

<dd>Beowulf mailing list,
<a href="mailto:Beowulf@beowulf.org">Beowulf@beowulf.org</a> sponsored by
Penguin Computing<br>

<dd>To change your subscription (digest mode or unsubscribe) visit
<a href="http://www.beowulf.org/mailman/listinfo/beowulf">
http://www.beowulf.org/mailman/listinfo/beowulf</a><br><br>

</dl></blockquote></body>
</html>