Re: [OMPI users] Help regarding send/recv code

2006-05-26 Thread Jeff Squyres (jsquyres)
On Behalf Of John Robinson > Sent: Friday, May 26, 2006 9:32 AM > To: Open MPI Users > Subject: Re: [OMPI users] Help regarding send/recv code > > Jeff, > > How about writing applications that use the OMPI plugins > as-is? Suppose > I want to write an application that m

Re: [OMPI users] Help regarding send/recv code

2006-05-26 Thread John Robinson
he r2 BML plugin), ompi/mca/btl/tcp (code for the tcp BTL plugin), etc. This is probably enough to get you started. Let us know what your next questions are. -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Mahesh Barve Sent: T

Re: [OMPI users] Help regarding send/recv code

2006-05-26 Thread Jeff Squyres (jsquyres)
This is probably enough to get you started. Let us know what your next questions are. > -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Mahesh Barve > Sent: Tuesday, May 23, 2006 1:24 AM > To: us...@open-mpi.org >

[OMPI users] Help regarding send/recv code

2006-05-23 Thread Mahesh Barve
Hi, I am a novice to openmpi. Just managed to get openmpi running on my system. I would like to modify the code for send and recv. The target lower level device will be ethernet and infiniband. I would like to know the files/functions to look for. Could you please guide me in this. thanks, -M