You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contrary to its name the fixed buffer in PatchBufferFixed is never cleared. This occurs possibly only when using boost::serialization. This leads to a steadily growing memory usage during MPI calculations as this buffer is used to store kernel and rim during ghost zone calculations.
Contrary to its name the fixed buffer in PatchBufferFixed is never cleared. This occurs possibly only when using boost::serialization. This leads to a steadily growing memory usage during MPI calculations as this buffer is used to store kernel and rim during ghost zone calculations.
Patch diff:
libgeodecomp/storage/patchbufferfixed.h
77d76
< buffer[indexRead].clear();
The text was updated successfully, but these errors were encountered: