Re: [OMPI devel] [OMPI svn] svn:open-mpi r9474
Gleb - we seem to be missing btl_mvapi_eager_rdma.h g...@osl.iu.edu wrote: Author: gleb Date: 2006-03-30 07:55:31 EST (Thu, 30 Mar 2006) New Revision: 9474 Modified: trunk/ompi/mca/btl/mvapi/Makefile.am trunk/ompi/mca/btl/mvapi/btl_mvapi.h trunk/ompi/mca/btl/mvapi/btl_mvapi_component.c trunk/ompi/mca/btl/mvapi/btl_mvapi_endpoint.c trunk/ompi/mca/btl/mvapi/btl_mvapi_endpoint.h trunk/ompi/mca/btl/mvapi/btl_mvapi_frag.c trunk/ompi/mca/btl/mvapi/btl_mvapi_frag.h Log: Porting of short message RDMA from openib BTL. Endpoint registers circular buffer and sends its address and rkey to the peer. Peer uses this buffer to eagerly RDMA small message into it. Endpoint polls the buffer for message arrival before checking HP/LP QPs. Set btl_mvapi_use_eager_rdma to 1 to enable it. Diff not shown due to size (35012 bytes). To see the diff, run the following command: svn diff -r 9473:9474 --no-diff-deleted ___ svn mailing list s...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/svn
Re: [OMPI devel] [OMPI svn] svn:open-mpi r9474
On Thu, Mar 30, 2006 at 08:59:04AM -0700, Tim S. Woodall wrote: > Gleb - we seem to be missing btl_mvapi_eager_rdma.h > Sory, should be OK now. > > > g...@osl.iu.edu wrote: > >Author: gleb > >Date: 2006-03-30 07:55:31 EST (Thu, 30 Mar 2006) > >New Revision: 9474 > > > >Modified: > > trunk/ompi/mca/btl/mvapi/Makefile.am > > trunk/ompi/mca/btl/mvapi/btl_mvapi.h > > trunk/ompi/mca/btl/mvapi/btl_mvapi_component.c > > trunk/ompi/mca/btl/mvapi/btl_mvapi_endpoint.c > > trunk/ompi/mca/btl/mvapi/btl_mvapi_endpoint.h > > trunk/ompi/mca/btl/mvapi/btl_mvapi_frag.c > > trunk/ompi/mca/btl/mvapi/btl_mvapi_frag.h > > > >Log: > >Porting of short message RDMA from openib BTL. Endpoint registers circular > >buffer and sends its address and rkey to the peer. Peer uses this buffer > >to eagerly RDMA small message into it. Endpoint polls the buffer for > >message arrival before checking HP/LP QPs. Set btl_mvapi_use_eager_rdma to > >1 to enable it. > > > > > > > > > >Diff not shown due to size (35012 bytes). > >To see the diff, run the following command: > > > > svn diff -r 9473:9474 --no-diff-deleted > > > >___ > >svn mailing list > >s...@open-mpi.org > >http://www.open-mpi.org/mailman/listinfo.cgi/svn > > -- Gleb.
Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r9489
I think that the config/ompi_check_xcpu.m4 somehow slipped out from the commit. george. On Mar 30, 2006, at 8:28 PM, sush...@osl.iu.edu wrote: Author: sushant Date: 2006-03-30 20:28:07 EST (Thu, 30 Mar 2006) New Revision: 9489 Modified: trunk/acinclude.m4 Log: Added xcpu component in pls and soh. Modified: trunk/acinclude.m4 == --- trunk/acinclude.m4 (original) +++ trunk/acinclude.m4 2006-03-30 20:28:07 EST (Thu, 30 Mar 2006) @@ -63,6 +63,7 @@ m4_include(config/ompi_check_gm.m4) m4_include(config/ompi_check_mx.m4) m4_include(config/ompi_check_bproc.m4) +m4_include(config/ompi_check_xcpu.m4) m4_include(config/ompi_check_mvapi.m4) m4_include(config/ompi_check_openib.m4) m4_include(config/ompi_check_udapl.m4) ___ svn-full mailing list svn-f...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/svn-full
Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r9489
George Bosilca wrote: I think that the config/ompi_check_xcpu.m4 somehow slipped out from the commit. Sorry about that. I just fixed it. -Sushant george. On Mar 30, 2006, at 8:28 PM, sush...@osl.iu.edu wrote: Author: sushant Date: 2006-03-30 20:28:07 EST (Thu, 30 Mar 2006) New Revision: 9489 Modified: trunk/acinclude.m4 Log: Added xcpu component in pls and soh. Modified: trunk/acinclude.m4 == --- trunk/acinclude.m4 (original) +++ trunk/acinclude.m4 2006-03-30 20:28:07 EST (Thu, 30 Mar 2006) @@ -63,6 +63,7 @@ m4_include(config/ompi_check_gm.m4) m4_include(config/ompi_check_mx.m4) m4_include(config/ompi_check_bproc.m4) +m4_include(config/ompi_check_xcpu.m4) m4_include(config/ompi_check_mvapi.m4) m4_include(config/ompi_check_openib.m4) m4_include(config/ompi_check_udapl.m4) ___ svn-full mailing list svn-f...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/svn-full ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel