geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
228 stars 237 forks source link

Ensure oarchives die quickly. #6099

Closed bangerth closed 1 month ago

bangerth commented 1 month ago

In poking around #6037, the advice is generally to let the oarchive die quickly because that flushes the stream it writes into. This ensures that whatever you do with the string the stream is associated with is actually up to date.

We don't do this in serializing postprocessors. I'm not sure this has anything to do with the failure in #6037, but it's worth fixing anyway.