Re: [OMPI users] Reducing Varying Length Arrays

2013-11-10 Thread Saliya Ekanayake
Thanks Jeff, it solved the problem. Saliya On Sat, Nov 9, 2013 at 8:15 PM, Jeff Hammond wrote: > MPI_{Gather,Allgather}v are appropriate for this. See docs for details. > > Jeff > > Sent from my iPhone > > On Nov 9, 2013, at 6:15 PM, Saliya Ekanayake wrote: > > Hi, > > I want to contact bunch

Re: [OMPI users] Reducing Varying Length Arrays

2013-11-09 Thread Jeff Hammond
MPI_{Gather,Allgather}v are appropriate for this. See docs for details. Jeff Sent from my iPhone On Nov 9, 2013, at 6:15 PM, Saliya Ekanayake wrote: Hi, I want to contact bunch of strings from MPI processes. For example, say with 2 processes, P1 has text "hi" P2 has text "world" I have thes