Yossi, is it possible to handle this with OBJ_RELEASE? 

-----Original Message-----
From: bugs [mailto:bugs-boun...@open-mpi.org] On Behalf Of Open MPI
Sent: Monday, March 10, 2014 12:22 PM
Cc: b...@open-mpi.org
Subject: Re: [OMPI bugs] [Open MPI] #4354: Move r30966 to v1.7 branch (In 
mtl_mxm, don't disconnect from)

#4354: Move r30966 to v1.7 branch (In mtl_mxm, don't disconnect from)
-----------------------------------+-----------------------------
Reporter:  yosefe                  |       Owner:  yosefe
    Type:  changeset move request  |      Status:  assigned
Priority:  major                   |   Milestone:  Open MPI 1.7.5
 Version:  trunk                   |  Resolution:
Keywords:                          |
-----------------------------------+-----------------------------

Comment (by yosefe):

 The same thing is done in mca_bml_r2_del_procs(): Only processes with  
refcount 1 are eventually passed to btl_del_procs():

 {{{
     for(p = 0; p < nprocs; p++) {
         ompi_proc_t *proc = procs[p];
         if(((opal_object_t*)proc)->obj_reference_count == 1) {
             del_procs[n_del_procs++] = proc;
         }
     }
 }}}

 miked reviewed it.

--
Ticket URL: <https://svn.open-mpi.org/trac/ompi/ticket/4354#comment:2>
Open MPI <http://www.open-mpi.org/>

_______________________________________________
bugs mailing list
b...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/bugs

Reply via email to