Re: [OMPI devel] one-sided communication implementation

2006-08-14 Thread Brian Barrett
On Thu, 2006-07-20 at 11:56 +1000, gh rory wrote: > In the process of trying to create a wrapper for open mpi to another > language. Specifically, I am trying to understand how the remote > memory access/one-sided communication works in open mpi 1.1, and I am > having some trouble. > > I have

Re: [OMPI devel] one-sided communication implementation

2006-08-08 Thread gh rory
Hi, Since I've had no response to my rather specific question on the one-sided communication implementation, can anyone point me towards any documentation at all on open mpi's one-sided communication? Thanks, Rory. -- gh.r...@gmail.com

[OMPI devel] one-sided communication implementation

2006-07-19 Thread gh rory
Hi, In the process of trying to create a wrapper for open mpi to another language. Specifically, I am trying to understand how the remote memory access/one-sided communication works in open mpi 1.1, and I am having some trouble. I have begun by trying to trace the steps in a simple MPI_Get call