Re: [OMPI users] MPI piggyback mechanism

2008-02-05 Thread Oleg Morajko
n find the mailing list here: > http://lists.cs.uiuc.edu/mailman/listinfo/mpi3-ft > > Best, > Josh > > On Feb 5, 2008, at 4:58 AM, Oleg Morajko wrote: > > > Hi, > > > > I've been working on MPI piggyback technique as a part of my PhD work. > > > > Alt

Re: [OMPI users] MPI piggyback mechanism

2008-02-05 Thread Oleg Morajko
after a failure. That's why I'm interested in > > the problem of piggybacking information on MPI messages. > > > > Is there some works on this problem at the moment ? > > Has anyone already implemented some mechanisms in OpenMPI to piggyback > > data on MPI messa

[OMPI users] MPI_Request and attributes

2007-11-02 Thread Oleg Morajko
code. Thanks for your help, Oleg Morajko

Re: [OMPI users] How to construct a datatype over two different arrays?

2007-11-01 Thread Oleg Morajko
reducing it). And as you say for big messages, I could be more appropriate to send separate messages asynchronously to root. Thanks again, --Oleg On 11/1/07, Jeff Squyres wrote: > > On Oct 31, 2007, at 5:52 PM, Oleg Morajko wrote: > > > Let me clarify the context of the problem. I

Re: [OMPI users] How to construct a datatype over two different arrays?

2007-10-31 Thread Oleg Morajko
, int_i) is constant. Therefore, you can start by > creating one "single element" type and then use for each send the > correct displacement in the array (added to the send buffer, > respectively to the receive one). > >george. > > On Oct 31, 2007, at 1:40 PM, Oleg

Re: [OMPI users] How to construct a datatype over two different arrays?

2007-10-31 Thread Oleg Morajko
I'm not sure if you understood my question. The case is not trivial at all or I miss something important. Try to design this derived datatype and you will understand my point. Thanks anyway. On 10/31/07, Amit Kumar Saha wrote: > > > > On 10/31/07, Oleg Morajko wrote: > &g

[OMPI users] How to construct a datatype over two different arrays?

2007-10-31 Thread Oleg Morajko
index i. How can I define a datatype that spans this pair over both arrays? The only additional constraint it the fact that the memory location of both arrays is fixed and cannot be changed and I should avoid extra copies. Is it possible? Any help welcome, Oleg Morajko

[OMPI users] MPI piggyback mechanism

2007-10-30 Thread Oleg Morajko
Hi, I'm developing a causality chain tracking library and need a mechanism to attach an extra data to every MPI message, so called piggyback mechanism. As far as I know there are a few solutions to this problem from which the two fundamental ones are the following: - Dynamic datatype wrapping

Re: [OMPI users] Tool communication

2007-10-16 Thread Oleg Morajko
opted for MRNet infrastructure (multicast/reduction network, http://www.paradyn.org/mrnet/release-1.1/UG.html). On Oct 1, 2007, at 10:49 PM, Oleg Morajko wrote: > > > Hello, > > > > In the context of my PhD research, I have been developing a run- > > time performance ana

[OMPI users] Tool communication

2007-10-01 Thread Oleg Morajko
Hello, In the context of my PhD research, I have been developing a run-time performance analyzer for MPI-based applications. My tool provides a controller process for each MPI task. In particular, when a MPI job is started, a special wrapper script is generated that first starts my controller proc