diff --git a/ompi/mca/btl/template/btl_template.c b/ompi/mca/btl/template/btl_template.c index 7d9dd10ef5..1519140278 100644 --- a/ompi/mca/btl/template/btl_template.c +++ b/ompi/mca/btl/template/btl_template.c @@ -397,26 +397,6 @@ int mca_btl_template_get( int mca_btl_template_finalize(struct mca_btl_base_module_t* btl) { mca_btl_template_module_t* template_btl = (mca_btl_template_module_t*) btl; - - if(template_btl->template_frag_eager.fl_num_allocated != - template_btl->template_frag_eager.super.opal_list_length){ - opal_output(0, "btl template_frag_eager: %d allocated %d returned \n", - template_btl->template_frag_eager.fl_num_allocated, - template_btl->template_frag_eager.super.opal_list_length); - } - if(template_btl->template_frag_max.fl_num_allocated != - template_btl->template_frag_max.super.opal_list_length) { - opal_output(0, "btl template_frag_max: %d allocated %d returned \n", - template_btl->template_frag_max.fl_num_allocated, - template_btl->template_frag_max.super.opal_list_length); - } - if(template_btl->template_frag_user.fl_num_allocated != - template_btl->template_frag_user.super.opal_list_length){ - opal_output(0, "btl template_frag_user: %d allocated %d returned \n", - template_btl->template_frag_user.fl_num_allocated, - template_btl->template_frag_user.super.opal_list_length); - } - OBJ_DESTRUCT(&template_btl->template_lock); OBJ_DESTRUCT(&template_btl->template_frag_eager); OBJ_DESTRUCT(&template_btl->template_frag_max);