Re: [OMPI devel] [OMPI bugs] [Open MPI] #4645: Move r31786, 31829, r31830, r31833, r31834, r31835 to v1.8 branch (bml/r2 : fix mca_bml_r2_del_procs()) (was: Move r31786, 31829, r31830 to v1.8 branch (

2014-05-20 Thread George Bosilca
In order to cope with the dynamic case I think we will need to remove the check for a single registration and instead do a ompi_proc ref count. George. On Tue, May 20, 2014 at 6:58 AM, Open MPI wrote: > #4645: Move r31786, 31829, r31830, r31833, r31834, r31835 to v1.8

Re: [OMPI devel] [OMPI svn] svn:open-mpi r31786 - trunk/ompi/mca/bml/r2

2014-05-20 Thread Gilles Gouaillardet
Nathan, r31829 caused many sigsegv :-( /* i am testing on a RHEL6.3 like VM with --mca btl,tcp */ this is now fixed in r31830, i think i get the intent of the code and i believe we are all set now. bottom line : - we agree on line 487 (e.g. use btl_send) - your update of line 485 is correct