Skip to content
Snippets Groups Projects
Commit 0946064a authored by Artem Polyakov's avatar Artem Polyakov Committed by David Bigagli
Browse files

Fix collective cleanup routine.

parent 28b708db
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,7 @@ static void _reset_coll(pmixp_coll_t *coll) ...@@ -116,6 +116,7 @@ static void _reset_coll(pmixp_coll_t *coll)
memset(coll->ch_contribs, 0, sizeof(int) * coll->children_cnt); memset(coll->ch_contribs, 0, sizeof(int) * coll->children_cnt);
coll->seq++; /* move to the next collective */ coll->seq++; /* move to the next collective */
coll->contrib_cntr = 0; coll->contrib_cntr = 0;
coll->contrib_local = 0;
coll->cbdata = NULL; coll->cbdata = NULL;
coll->cbfunc = NULL; coll->cbfunc = NULL;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment