Re: [OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-07-01 Thread George Bosilca
As all examples are working perfectly in my version of the code I was puzzled by Jeff's issue. It turns out it's a side effect of trying to push as few items as possible instead of just pushing everything in the trunk. I'll fix it in few minutes, meanwhile I'll drop few words about what was the

Re: [OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-07-01 Thread Jeff Squyres (jsquyres)
George -- All 4 tests fail for me -- can you have a look? - [6:50] savbu-usnic-a:~/s/o/dist_graph ❯❯❯ mpirun --mca btl tcp,sm,self --host mpi001,mpi002,mpi003,mpi004 -np 5 --bynode distgraph_test_1 [mpi002:5304] *** An error occurred in MPI_Dist_graph_create [mpi002:5304] *** reported by pro

Re: [OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-07-01 Thread George Bosilca
The patch has been pushed into the trunk in r28687. George. On Jul 1, 2013, at 13:55 , George Bosilca wrote: > Guys, > > Thanks for the patch and for the tests. All these changes/cleanups are > correct, I have incorporate them all in the patch. Please find below the new > patch. > > As t

Re: [OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-07-01 Thread George Bosilca
Ahem … George. topo.patch Description: Binary data On Jul 1, 2013, at 13:55 , George Bosilca wrote: > Guys, > > Thanks for the patch and for the tests. All these changes/cleanups are > correct, I have incorporate them all in the patch. Please find below the new > patch. > > As the dead

Re: [OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-07-01 Thread George Bosilca
Guys, Thanks for the patch and for the tests. All these changes/cleanups are correct, I have incorporate them all in the patch. Please find below the new patch. As the deadline for the RFC is today, I'll move forward and push the changes into the trunk, and if there are still issues we can work

Re: [OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-07-01 Thread Kawashima, Takahiro
George, My colleague was working on your ompi-topo bitbucket repository but it was not completed. But he found bugs in your patch attached in your previous mail and created the fixing patch. See the attached patch, which is a patch against Open MPI trunk + your patch. His test programs are also a

Re: [OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-06-24 Thread Kenneth A. Lloyd
Thank for making this patch available. Ken Lloyd -Original Message- From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On Behalf Of George Bosilca Sent: Monday, June 24, 2013 1:39 PM To: Open MPI Developers Subject: [OMPI devel] RFC MPI 2.2 Dist_graph addition WHAT

[OMPI devel] RFC MPI 2.2 Dist_graph addition

2013-06-24 Thread George Bosilca
WHAT:Support for MPI 2.2 dist_graph WHY: To become [almost entierly] MPI 2.2 compliant WHEN:Monday July 1st As discussed during the last phone call, a missing functionality of the MPI 2.2 standard (the distributed graph topology) is ready for prime-time. The attached patch provide