Home
last modified time | relevance | path

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

/dports/science/plumed/plumed2-2.7.2/src/bias/
H A DPBMetaD.cpp253 unsigned mpi_nw_; member in PLMD::bias::PBMetaD
331 walkers_mpi(false), mpi_nw_(0), in PBMetaD()
566 mpi_nw_ = multi_sim_comm.Get_size(); in PBMetaD()
571 comm.Bcast(mpi_nw_,0); in PBMetaD()
1042 std::vector<double> all_cv(mpi_nw_*cv.size(), 0.0); in update()
1043 std::vector<double> all_sigma(mpi_nw_*getNumberOfArguments(), 0.0); in update()
1044 std::vector<double> all_height(mpi_nw_*height.size(), 0.0); in update()
1063 for(unsigned j=0; j<mpi_nw_; ++j) { in update()
H A DMetaD.cpp436 unsigned mpi_nw_; member in PLMD::bias::MetaD
577 walkers_mpi(false), mpi_nw_(0), mpi_mw_(0), in MetaD()
955 mpi_nw_=multi_sim_comm.Get_size(); in MetaD()
960 comm.Bcast(mpi_nw_,0); in MetaD()
967 log.printf(" Flying Gaussian method with %d walkers active\n",mpi_nw_); in MetaD()
1743 std::vector<double> all_cv(mpi_nw_*cv.size(),0.0); in update()
1744 std::vector<double> all_sigma(mpi_nw_*thissigma.size(),0.0); in update()
1745 std::vector<double> all_height(mpi_nw_,0.0); in update()
1746 std::vector<int> all_multivariate(mpi_nw_,0); in update()
1767 for(unsigned i=0; i<mpi_nw_; i++) { in update()