Home
last modified time | relevance | path

Searched defs:pull_comm_t (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/pulling/
H A Dpull_internal.h201 struct pull_comm_t struct
203 gmx_bool bParticipateAll; /* Do all ranks always participate in pulling? */
204 gmx_bool bParticipate; /* Does our rank participate in pulling? */
206 MPI_Comm mpi_comm_com; /* Communicator for pulling */
208 int nparticipate; /* The number of ranks participating */
209 …l isMasterRank; /* Tells whether our rank is the master rank and thus should add the pull virial */
211 int64_t setup_count; /* The number of decomposition calls */
212 int64_t must_count; /* The last count our rank needed to be part */
215 std::vector<gmx::RVec> pbcAtomBuffer; /* COM calculation buffer */
216 std::vector<gmx::BasicVector<double>> comBuffer; /* COM calculation buffer */
[all …]