Home
last modified time | relevance | path

Searched refs:pullAllReduce (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/pulling/
H A Dpullutil.cpp97 static void pullAllReduce(const t_commrec* cr, pull_comm_t* comm, int n, T* data) in pullAllReduce() function
177 pullAllReduce(cr, &pull->comm, pull->group.size() * DIM, static_cast<real*>(x_pbc[0])); in pull_set_pbcatoms()
315pullAllReduce(cr, comm, pull->coord.size() * c_cylinderBufferStride, comm->cylinderBuffer.data()); in make_cyl_refgrps()
717 pullAllReduce(cr, comm, pull->group.size() * c_comBufferStride * DIM, in pull_calc_coms()
1117pullAllReduce(cr, comm, ngroup * c_comBufferStride * DIM, static_cast<double*>(comm->comBuffer[0])… in initPullComFromPrevStep()