We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8490853 commit d7a8f27Copy full SHA for d7a8f27
ompi/mca/coll/ftagree/coll_ftagree_earlyreturning.c
@@ -3115,12 +3115,12 @@ static int mca_coll_ftagree_era_complete_agreement(era_identifier_t agreement_id
3115
3116
assert(0 != agreement_id.ERAID_FIELDS.agreementid);
3117
ci = era_lookup_agreement_info(agreement_id);
3118
+ assert(NULL != ci);
3119
+ comm = ci->comm;
3120
3121
/** Now, it's time to remove that guy from the ongoing agreements */
3122
opal_hash_table_remove_value_uint64(&era_ongoing_agreements, agreement_id.ERAID_KEY);
3123
- comm = ci->comm;
-
3124
OBJ_RELEASE(ci); /* This will take care of the content of ci too */
3125
3126
ret = opal_hash_table_get_value_uint64(&era_passed_agreements,
0 commit comments