1
1

remove some code that is not needed.

This commit was SVN r18128.
Этот коммит содержится в:
Rich Graham 2008-04-10 17:32:04 +00:00
родитель 5c7db1e315
Коммит 70f3aab5f2

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

@ -1216,15 +1216,9 @@ int free_sm2_shared_buffer(mca_coll_sm2_module_t *module)
return rc;
}
module->num_nb_barriers_started++;
if ( NB_BARRIER_DONE ==
module->barrier_request[barrier_index].sm2_barrier_phase ) {
/* set request to inactive */
module->barrier_request[barrier_index].sm_index^=1;
module->barrier_request[barrier_index].sm2_barrier_phase=
NB_BARRIER_INACTIVE;
module->num_nb_barriers_completed++;
}
/* the mca_coll_sm2_nbbarrier_intra never completes the barrier,
* so no need to check. This is needed for order completion.
*/
}