Re: [OMPI users] Onesided + derived datatypes

2008-12-16 Thread George Bosilca
:25 An: Open MPI Users <us...@open-mpi.org> Betreff: Re: [OMPI users] Onesided + derived datatypes Thanks George (and Brian :)). The MPI_Put error is gone. Did you take a look at the problem that with the block_indexed type the PUT doesn't work? I'm still getting the following

Re: [OMPI users] Onesided + derived datatypes

2008-12-13 Thread Jeff Squyres
-Ursprüngliche Nachricht- Von: "Dorian Krause" <doriankra...@web.de> Gesendet: 12.12.08 13:49:25 An: Open MPI Users <us...@open-mpi.org> Betreff: Re: [OMPI users] Onesided + derived datatypes Thanks George (and Brian :)). The MPI_Put error is gone. Did you take

Re: [OMPI users] Onesided + derived datatypes

2008-12-12 Thread George Bosilca
;us...@open-mpi.org> Betreff: Re: [OMPI users] Onesided + derived datatypes Thanks George (and Brian :)). The MPI_Put error is gone. Did you take a look at the problem that with the block_indexed type the PUT doesn't work? I'm still getting the following output (V1 corresponds t

Re: [OMPI users] Onesided + derived datatypes

2008-12-12 Thread Dorian Krause
sendet: 12.12.08 13:49:25 > An: Open MPI Users <us...@open-mpi.org> > Betreff: Re: [OMPI users] Onesided + derived datatypes > Thanks George (and Brian :)). > > The MPI_Put error is gone. Did you take a look at the problem > that with the block_indexed type the PUT doesn

Re: [OMPI users] Onesided + derived datatypes

2008-12-12 Thread Dorian Krause
, 0., 0.} mem[9] = { 0., 0., 0.} Thanks for your help. Dorian > -Ursprüngliche Nachricht- > Von: "George Bosilca" <bosi...@eecs.utk.edu> > Gesendet: 12.12.08 01:35:57 > An: Open MPI Users <us...@open-mpi.org> > Betreff

Re: [OMPI users] Onesided + derived datatypes

2008-12-11 Thread George Bosilca
Dorian, You are right, the datatype generated using the block_index function is a legal data-type. We wrongly determined some overlapping regions in the description [which is illegal based on the MPI standard]. The detection of such overlapping regions being a very expensive process if

[OMPI users] Onesided + derived datatypes

2008-12-10 Thread doriankrause
Hi List, I have a MPI program which uses one sided communication with derived datatypes (MPI_Type_create_indexed_block). I developed the code with MPICH2 and unfortunately didn't thought about trying it out with OpenMPI. Now that I'm "porting" the Application to OpenMPI I'm facing some problems.