k snapshot from here
> http://www.open-mpi.org/nightly/trunk/
> You can grab openmpi-1.7a1r23032 and test it. This will be great.
>
> ? ???, 26/04/2010 ? 10:26 +0200, TRINH Minh Hieu ?:
> >
> > Hello,
> >
> > I can help to test the patch if you need to. But I do
ository
> https://svn.open-mpi.org/trac/ompi/changeset/23030
> and will likely be fixed in next 1.4 release.
>
> Here is corresponding thread in ompi-devel:
> http://www.open-mpi.org/community/lists/devel/2010/04/7787.php
>
>
--
M. TRINH Minh Hieu
CEA, IBEB, SBTN/LIRM,
F-30207 Bagnols-sur-Cèze, FRANCE
d an
>> array up to 2e07 double (152MB).
>>
>> I didn't found much informations about btl_tcp_eager_limit other than
>> in the "ompi_info --all" command. If I let it at 2e08, will it impacts
>> the performance of OpenMPI ?
>>
>> It may be
teiller
> Innovative Computing Laboratory
> University of Tennessee
> Knoxville, TN, USA
>
>
> Le 4 mars 2010 à 09:02, TRINH Minh Hieu a écrit :
>
>> Hi,
>>
>> I have some new discovery about this problem :
>>
>> It seems that the array size send
can send big array with small
"btl_tcp_eager_limit" from a 64bit machine to a 32bit one.
Do I have to move this thread to devel mailing list ?
Regards,
TMHieu
On Tue, Mar 2, 2010 at 2:54 PM, TRINH Minh Hieu wrote:
> Hello,
>
> Yes, I compiled OpenMPI with --enable-heterogeneous. More preci
.
TMHieu
On Tue, Mar 2, 2010 at 1:57 PM, Jeff Squyres wrote:
> Did you configure Open MPI with --enable-heterogeneous?
>
> On Feb 28, 2010, at 1:22 PM, TRINH Minh Hieu wrote:
>
>> Hello,
>>
>> I have some problems running MPI on my heterogeneous cluster. More
&
ks like you allocate memory in every loop iteration on process #0
> and doesn't free it so malloc fails on some iteration.
--
====
M. TRINH Minh Hieu
CEA, IBEB, SBTN/LIRM,
F-30207 Bagnols-sur-Cèze, FRANCE
===
Hello,
I have some problems running MPI on my heterogeneous cluster. More
precisley i got segmentation fault when sending a large array (about
1) of double from a i686 machine to a x86_64 machine. It does not
happen with small array. Here is the send/recv code source (complete
source is in att