<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">The problem is in the count number not in the data type.<br><br>Thanks&nbsp; a lot<br><br><div><font style="font-weight: bold;" size="3"></font>&nbsp;</div><br><br>--- On <b>Thu, 10/2/08, The Source <i>&lt;thesourcehim@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: The Source &lt;thesourcehim@gmail.com&gt;<br>Subject: Re: [mpich-discuss] MPICH2 &amp; Large data<br>To: mpich-discuss@mcs.anl.gov<br>Date: Thursday, October 2, 2008, 3:08 PM<br><br><div id="yiv1934828495">


  
Send, using different MPI data types. For example MPI_INT instead of
MPI_CHAR, so element number will be 4 time smaller. The other way is to
split data to several messages.<br>
<br>
Hisham Adel пишет:
<blockquote type="cite">
  <table border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top"><br>
Hi,<br>
        <br>
I am trying to send large data (2.5GB) using MPICH2. When the other
node is going to receive the data it can not cause in MPI_RECV (void *
buffer, Int count, .......) the count number will be very large than
the integer range.<br>
        <br>
how can I make it receive large data ?<br>
Is there any solution for this problem ?<br>
        <br>
Thanks alot<br>
        <br>
Regards,<br>
Hisham Adel<br>
        <br>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
</blockquote>
<br>
 
</div></blockquote></td></tr></table><br>