We are using the Annotation interface in our code. We used to (in pre-2.10) be able to rely on the destroctor or some other Caliper internal mechanism to call MPI_Finalize before Caliper is shut down. However, in 2.10, we got something like
== CALIPER: default: mpireport: MPI is already finalized. Cannot aggregate output
Do we now have to call MPI_Finalize ourself?