@@ -808,12 +808,12 @@ static void era_update_new_dead_list(ompi_coll_ftagree_era_agreement_info_t *ci)
808
808
}
809
809
810
810
OPAL_OUTPUT_VERBOSE ((30 , ompi_ftmpi_output_handle ,
811
- "%s ftagree:agreement (ERA) agreement (%d.%d).%d -- adding %d procs to the list of newly dead processes" ,
811
+ "%s ftagree:agreement (ERA) agreement (%d.%d).%d -- adding %d procs to the list of newly dead processes (%d currently; AFR size is %d) " ,
812
812
OMPI_NAME_PRINT (OMPI_PROC_MY_NAME ),
813
813
ci -> agreement_id .ERAID_FIELDS .contextid ,
814
814
ci -> agreement_id .ERAID_FIELDS .epoch ,
815
815
ci -> agreement_id .ERAID_FIELDS .agreementid ,
816
- r ));
816
+ r , ci -> current_value -> new_dead_array , ags -> afr_size ));
817
817
818
818
#if OPAL_ENABLE_DEBUG
819
819
{
@@ -1372,16 +1372,14 @@ static void era_build_tree_structure(ompi_coll_ftagree_era_agreement_info_t *ci)
1372
1372
1373
1373
era_call_tree_fn (ci );
1374
1374
1375
- if ( ompi_comm_rank (ci -> comm ) == 0 ) {
1376
- OPAL_OUTPUT_VERBOSE ((4 , ompi_ftmpi_output_handle ,
1377
- "%s ftagree:agreement (ERA) Agreement (%d.%d).%d: re-built the tree structure with size %d: %s\n" ,
1378
- OMPI_NAME_PRINT (OMPI_PROC_MY_NAME ),
1379
- ci -> agreement_id .ERAID_FIELDS .contextid ,
1380
- ci -> agreement_id .ERAID_FIELDS .epoch ,
1381
- ci -> agreement_id .ERAID_FIELDS .agreementid ,
1382
- AGS (ci -> comm )-> tree_size ,
1383
- era_debug_tree (ci -> ags -> tree , ci -> ags -> tree_size )));
1384
- }
1375
+ OPAL_OUTPUT_VERBOSE (((ompi_comm_rank (ci -> comm ) == 0 )? 4 : 50 , ompi_ftmpi_output_handle ,
1376
+ "%s ftagree:agreement (ERA) Agreement (%d.%d).%d: re-built the tree structure with size %d: %s\n" ,
1377
+ OMPI_NAME_PRINT (OMPI_PROC_MY_NAME ),
1378
+ ci -> agreement_id .ERAID_FIELDS .contextid ,
1379
+ ci -> agreement_id .ERAID_FIELDS .epoch ,
1380
+ ci -> agreement_id .ERAID_FIELDS .agreementid ,
1381
+ AGS (ci -> comm )-> tree_size ,
1382
+ era_debug_tree (ci -> ags -> tree , ci -> ags -> tree_size )));
1385
1383
1386
1384
#if OPAL_ENABLE_DEBUG
1387
1385
era_tree_check (ci -> ags -> tree , ci -> ags -> tree_size , 0 );
0 commit comments