Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 13471d0

Browse files
committed
make sure the final number of aggregators is recorded correctly when not using
our aggregator selection logic.
1 parent dd21399 commit 13471d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/io/ompio/io_ompio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,7 @@ int ompi_io_ompio_set_aggregator_props (struct mca_io_ompio_file_t *fh,
10531053
}
10541054

10551055
fh->f_aggregator_index = 0;
1056+
fh->f_final_num_aggrs = num_aggregators;
10561057

10571058
return OMPI_SUCCESS;
10581059
}

0 commit comments

Comments
 (0)