[openib-general] uDAPL: RDMA Write example

2007-02-19 Thread Davis, Arlin R
Christian, dtest is a simple dapl test with snd/rcv and rdma write/read examples. http://www.openfabrics.org/git/?p=~ardavis/dapl.git;a=blob;f=test/dtest/ dtest.c -arlin ___ openib-general mailing list openib-general@openib.org http://openib.

Re: [openib-general] uDAPL: RDMA Write example

2007-02-19 Thread Christian Kaiser
Caitlin Bestler schrieb: > [EMAIL PROTECTED] wrote: > >> Hello, >> >> I'm trying to find a small sample program, that uses RDMA >> Write instead of Send/Recv. In the sources there is no single >> uDAPL example program and on the net neither. >> Could someone please help me to find something usef

Re: [openib-general] uDAPL: RDMA Write example

2007-02-19 Thread Christian Kaiser
We are working on a new provider support for uDAPL. So we don't use verbs and rdmacm. Your example is ok but not what I was looking for. I am searching for a really small programm, that does RDMA with uDAPL in a few lines (I know a few lines is impossible but a few hundred lines). The dapltest

Re: [openib-general] uDAPL: RDMA Write example

2007-02-19 Thread Caitlin Bestler
[EMAIL PROTECTED] wrote: > Hello, > > I'm trying to find a small sample program, that uses RDMA > Write instead of Send/Recv. In the sources there is no single > uDAPL example program and on the net neither. > Could someone please help me to find something useful? > > Thanks! > Christian > With

Re: [openib-general] uDAPL: RDMA Write example

2007-02-18 Thread Or Gerlitz
Christian Kaiser wrote: > I'm trying to find a small sample program, that uses RDMA Write instead > of Send/Recv. In the sources there is no single uDAPL example program > and on the net neither. > Could someone please help me to find something useful? see http://dapl.svn.sourceforge.net/viewvc/

[openib-general] uDAPL: RDMA Write example

2007-02-18 Thread Christian Kaiser
Hello, I'm trying to find a small sample program, that uses RDMA Write instead of Send/Recv. In the sources there is no single uDAPL example program and on the net neither. Could someone please help me to find something useful? Thanks! Christian __