Skip to content

Move force buffer resizing to mdsetup

Berk Hess requested to merge forceAllocationCleanup into master

Consolidate resizing of the force buffer passed to do_force() from many places in the code to mdAlgorithmsSetupAtomData(). Now only the modular simulation does it's own resizing when not using domain decomposition. Some refactoring is needed to avoid this.

Merge request reports