Gromacs
2020.4
|
Declares functions to collect state data to the master rank.
Functions | |
void | dd_collect_vec (gmx_domdec_t *dd, const t_state *localState, gmx::ArrayRef< const gmx::RVec > localVector, gmx::ArrayRef< gmx::RVec > globalVector) |
Gathers rvec arrays localVector to globalVector on the master rank. | |
void | dd_collect_state (gmx_domdec_t *dd, const t_state *localState, t_state *globalState) |
Gathers state localState to globalState on the master rank. | |