[mpich-discuss] MPICH2 & Large data
Hisham Adel
hosham2004 at yahoo.com
Thu Oct 2 08:27:59 CDT 2008
The problem is in the count number not in the data type.
Thanks a lot
--- On Thu, 10/2/08, The Source <thesourcehim at gmail.com> wrote:
From: The Source <thesourcehim at gmail.com>
Subject: Re: [mpich-discuss] MPICH2 & Large data
To: mpich-discuss at mcs.anl.gov
Date: Thursday, October 2, 2008, 3:08 PM
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.
Hisham Adel пишет:
Hi,
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.
how can I make it receive large data ?
Is there any solution for this problem ?
Thanks alot
Regards,
Hisham Adel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20081002/75849491/attachment.htm>
More information about the mpich-discuss
mailing list