1
1

removed debug code - free list implementation has changed

This commit was SVN r9750.
Этот коммит содержится в:
Tim Woodall 2006-04-27 15:34:12 +00:00
родитель 0a56067509
Коммит 4fd2a71b6c

Просмотреть файл

@ -397,26 +397,6 @@ int mca_btl_template_get(
int mca_btl_template_finalize(struct mca_btl_base_module_t* btl) 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; 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_lock);
OBJ_DESTRUCT(&template_btl->template_frag_eager); OBJ_DESTRUCT(&template_btl->template_frag_eager);
OBJ_DESTRUCT(&template_btl->template_frag_max); OBJ_DESTRUCT(&template_btl->template_frag_max);