|
Rosetta 3.5
|
header for MPIWorkPoolJobDistributor - intended for continuous resamplig jobs that spawn new jobs based on a pool/archive of structures More...
#include <protocols/jd2/MPIWorkPoolJobDistributor.fwd.hh>#include <protocols/jd2/JobDistributor.hh>#include <protocols/jd2/Job.fwd.hh>#include <protocols/moves/Mover.fwd.hh>#include <core/pose/Pose.fwd.hh>#include <core/types.hh>#include <string>#include <platform/types.hh>#include <protocols/jd2/InnerJob.fwd.hh>#include <protocols/jd2/Job.hh>#include <protocols/jd2/JobDistributor.fwd.hh>#include <protocols/jd2/JobInputter.fwd.hh>#include <protocols/jd2/JobOutputter.fwd.hh>#include <protocols/jd2/Parser.fwd.hh>#include <utility/down_cast.hh>#include <utility/vector1.fwd.hh>#include <utility/vector1.hh>#include <utility/vector1_bool.hh>#include <utility/vectorL.fwd.hh>#include <utility/vectorL.hh>#include <utility/vectorL_Selector.hh>#include <utility/vectorL_bool.hh>#include <utility/pointer/ReferenceCount.fwd.hh>#include <utility/pointer/ReferenceCount.hh>#include <utility/pointer/access_ptr.fwd.hh>#include <utility/pointer/access_ptr.hh>#include <utility/pointer/owning_ptr.functions.hh>#include <utility/pointer/owning_ptr.fwd.hh>#include <utility/pointer/owning_ptr.hh>#include <numeric/xyzVector.fwd.hh>#include <algorithm>#include <cassert>#include <cstddef>#include <iosfwd>#include <limits>#include <list>#include <map>#include <vector>Go to the source code of this file.
Classes | |
| class | protocols::jd2::MPIWorkPoolJobDistributor |
Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::jd2 | |
Constant Groups | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::jd2 | |
Enumerations | |
| enum | protocols::jd2::mpi_tags { protocols::jd2::NEW_JOB_ID_TAG = 10, protocols::jd2::BAD_INPUT_TAG = 20, protocols::jd2::JOB_SUCCESS_TAG = 30, protocols::jd2::REQUEST_MESSAGE_TAG = 40, protocols::jd2::RECEIVE_MESSAGE_TAG = 50 } |
| Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input. More... | |
header for MPIWorkPoolJobDistributor - intended for continuous resamplig jobs that spawn new jobs based on a pool/archive of structures
intended to do JD2-based distribution of jobs where each job can run a parallel MPI protocol
header for MPIWorkPoolJobDistributor - intended for MPI jobs on large numbers of nodes where the head node is dedicated to handing out new job ids
prominent example... ReplicaExchange... run N trajectories of M Replica on an NxM+2 allocation
Definition in file MPIWorkPoolJobDistributor.hh.
1.8.4