1
1

Addendum to r19561: also remove a comment that is no longer true and

some code that is commented out.

This commit was SVN r19564.

The following SVN revision numbers were found above:
  r19561 --> open-mpi/ompi@17e65369be
Этот коммит содержится в:
Jeff Squyres 2008-09-16 13:02:10 +00:00
родитель 6a9514ee08
Коммит 270f482fea

@ -176,13 +176,6 @@ mca_pml_ob1_component_init( int* priority,
mca_pml_ob1.leave_pinned = ompi_mpi_leave_pinned;
mca_pml_ob1.leave_pinned_pipeline = (int) ompi_mpi_leave_pinned_pipeline;
/* As our own progress function does nothing except calling the BML
* progress, let's modify the progress function pointer in our structure
* to avoid useless functions calls. The event library will instead call
* directly the BML function.
*/
/*mca_pml_ob1.super.pml_progress = mca_bml.bml_progress;*/
return &mca_pml_ob1.super;
}