<div>Christina,</div><div><br></div><div>Blue Gene/P is a 32-bit platform where we have hit similar problems.  To get around this, we increased the size of MPI_Aint in MPICH2 to be larger than void*, to 64 bits.  I suspect that your test case would work on our system, and I would like to see your test code if that is possible.  It should run on our system, and I would like to make sure we have it correct.</div>
<div><br></div><div>If you are interested, we have patches against 1.0.7 and 1.1.0 that you can use (we skipped 1.0.8).  If you can build MPICH2 using those patches, you may be able to run your application.  On the other hand, they may be too specific to our platform.  We have been working with ANL to incorporate our changes into the standard MPICH2 releases, but there isn&#39;t a lot of demand for 64-bit MPI-IO on 32-bit machines.</div>
<div><br></div><div><br></div><div>Thanks,</div><div>Joe Ratterman</div><div>IBM Blue Gene/P Messsaging</div><div><a href="mailto:jratt@us.ibm.com">jratt@us.ibm.com</a></div><div><br></div><div><br></div><br><div class="gmail_quote">
On Fri, Jul 17, 2009 at 7:12 PM, Christina Patrick <span dir="ltr">&lt;<a href="mailto:christina.subscribes@gmail.com">christina.subscribes@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Pavan,<br>
<br>
I ran the command<br>
<br>
$ getconf | grep -i WORD<br>
WORD_BIT=32<br>
<br>
So I guess it is a 32 bit system.<br>
<br>
Thanks and Regards,<br>
<font color="#888888">Christina.<br>
</font><div><div></div><div class="h5"><br>
On Fri, Jul 17, 2009 at 8:06 PM, Pavan Balaji&lt;<a href="mailto:balaji@mcs.anl.gov">balaji@mcs.anl.gov</a>&gt; wrote:<br>
&gt;<br>
&gt; Is it a 32-bit system? MPI_Aint is the size of a (void *), so on 32-bit<br>
&gt; systems it&#39;s restricted to 2GB.<br>
&gt;<br>
&gt;  -- Pavan<br>
&gt;<br>
&gt; On 07/17/2009 07:04 PM, Christina Patrick wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Everybody,<br>
&gt;&gt;<br>
&gt;&gt; I am trying to create an array 32768 x 32768 x 8 bytes(double) = 8GB<br>
&gt;&gt; file using 16 MPI processes. However, everytime, I try doing that, MPI<br>
&gt;&gt; aborts. The backtrace is showing me that there is a problem in<br>
&gt;&gt; ADIOI_Calc_my_off_len() function. There is a variable there:<br>
&gt;&gt; MPI_Aint filetype_extent;<br>
&gt;&gt;<br>
&gt;&gt; and the value of the variable is filetype_extent = 0 whenever it executes<br>
&gt;&gt; MPI_Type_extent(fd-&gt;filetype, &amp;filetype_extent);<br>
&gt;&gt; Hence, when it reaches the statement:<br>
&gt;&gt;    335             n_filetypes  = (offset - flat_file-&gt;indices[0]) /<br>
&gt;&gt; filetype_extent;<br>
&gt;&gt; I always get SIGFPE. Is there a solution to this problem? Can I create<br>
&gt;&gt; such a big file?<br>
&gt;&gt; I checked the value of the variable while creating a file of upto 2G<br>
&gt;&gt; and it is NOT zero which makes me conclude that there is an overflow<br>
&gt;&gt; when I am specifying 8G.<br>
&gt;&gt;<br>
&gt;&gt; Thanks and Regards,<br>
&gt;&gt; Christina.<br>
&gt;&gt;<br>
&gt;&gt; PS: I am using the PVFS2 filesystem with mpich2-1.0.8 and pvfs-2.8.0.<br>
&gt;<br>
&gt; --<br>
&gt; Pavan Balaji<br>
&gt; <a href="http://www.mcs.anl.gov/~balaji" target="_blank">http://www.mcs.anl.gov/~balaji</a><br>
&gt;<br>
</div></div></blockquote></div><br>