1
1
This commit was SVN r27319.
Этот коммит содержится в:
Ralph Castain 2012-09-12 12:03:24 +00:00
родитель c82cfecc1c
Коммит c4fd3df2df

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

@ -65,8 +65,8 @@ orte_grpcomm_coll_id_t orte_grpcomm_base_get_coll_id(void)
int orte_grpcomm_base_modex(orte_grpcomm_collective_t *modex) int orte_grpcomm_base_modex(orte_grpcomm_collective_t *modex)
{ {
int rc; int rc;
orte_namelist_t *nm, *nm2; orte_namelist_t *nm;
opal_list_item_t *item, *itm; opal_list_item_t *item;
bool found; bool found;
orte_grpcomm_collective_t *cptr; orte_grpcomm_collective_t *cptr;