OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <Pilot.h>
Public Member Functions | |
Pilot (CmdArguments_t args, boost::shared_ptr< Comm_t > comm, const DVarContainer_t &dvar) | |
Pilot (CmdArguments_t args, boost::shared_ptr< Comm_t > comm, functionDictionary_t known_expr_funcs) | |
Pilot (CmdArguments_t args, boost::shared_ptr< Comm_t > comm, functionDictionary_t known_expr_funcs, const DVarContainer_t &dvar, const Expressions::Named_t &obj, const Expressions::Named_t &cons, std::vector< double > hypervolRef={}, bool isOptimizerRun=true, const std::map< std::string, std::string > &userVariables={}) | |
virtual | ~Pilot () |
Protected Types | |
typedef MasterNode< typename Opt_t::SolutionState_t, SolPropagationGraph_t > | MasterNode_t |
typedef std::map< size_t, std::pair< Param_t, reqVarContainer_t > > | Jobs_t |
keep track of requests and running jobs More... | |
typedef Jobs_t::iterator | JobIter_t |
Protected Member Functions | |
void | parseInputFile (functionDictionary_t, bool isOptimizationRun) |
virtual void | startOptimizer () |
virtual void | startWorker (const std::map< std::string, std::string > &userVariables) |
virtual void | startPilot () |
virtual void | setupPoll () |
executed before starting polling loop More... | |
virtual void | prePoll () |
executed before checking for new request More... | |
virtual void | onStop () |
enable implementation to react to STOP tag More... | |
virtual void | postPoll () |
executed after handling (if any) new request More... | |
virtual void | sendNewJobToWorker (int worker) |
virtual bool | onMessage (MPI_Status status, size_t recv_value) |
bool | stop (bool isOpt=true) |
void | run () |
Poller (MPI_Comm comm, double delay=0.1) | |
virtual | ~Poller () |
Protected Attributes | |
MPI_Comm | worker_comm_ |
MPI communicator used for messages to/from worker. More... | |
MPI_Comm | opt_comm_ |
MPI communicator used for messages to/from optimizer. More... | |
MPI_Comm | coworker_comm_ |
MPI communicator used for messages between all pilots. More... | |
boost::shared_ptr< Comm_t > | comm_ |
CmdArguments_t | cmd_args_ |
int | global_rank_ |
int | my_rank_in_worker_comm_ |
int | my_rank_in_opt_comm_ |
int | num_coworkers_ |
boost::scoped_ptr< MasterNode_t > | master_node_ |
std::string | input_file_ |
input file for simulation with embedded optimization problem More... | |
int | total_available_workers_ |
bool | has_opt_converged_ |
bool | continue_polling_ |
Expressions::Named_t | objectives_ |
objectives More... | |
Expressions::Named_t | constraints_ |
constraints More... | |
DVarContainer_t | dvars_ |
design variables More... | |
std::vector< double > | hypervolRef_ |
hypervolume reference point More... | |
std::vector< bool > | is_worker_idle_ |
Jobs_t | running_job_list_ |
Jobs_t | request_queue_ |
boost::scoped_ptr< Trace > | job_trace_ |
Protected Attributes inherited from Poller | |
MPI_Comm | comm_m |
communicator the poller listens to requests More... | |
bool | is_running_ |
double | last_polled_ |
time of last MPI_Test More... | |
double | poll_delay_ |
delay in seconds between polls More... | |
Private Member Functions | |
void | setup (functionDictionary_t known_expr_funcs, const std::map< std::string, std::string > &userVariables) |
|
protected |
|
protected |
|
inline |
|
inline |
Definition at line 118 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup().
|
inline |
|
inlinevirtual |
Definition at line 147 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::constraints_, and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::objectives_.
|
inlineprotectedvirtual |
User specific behavior on receiving a message.
Implements Poller.
Reimplemented in SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >.
Definition at line 438 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::comm_, endl(), EXCHANGE_SOL_STATE_TAG, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::has_opt_converged_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::is_worker_idle_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::job_trace_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::master_node_, MPI_EXCHANGE_SOL_STATE_DATA_TAG, MPI_EXCHANGE_SOL_STATE_RES_SIZE_TAG, MPI_EXCHANGE_SOL_STATE_RES_TAG, MPI_OPT_JOB_FINISHED_TAG, MPI_Recv_params(), MPI_Recv_reqvars(), MPI_Send_reqvars(), MPI_WORKER_FINISHED_ACK_TAG, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::num_coworkers_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::opt_comm_, OPT_CONVERGED_TAG, OPT_NEW_JOB_TAG, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::request_queue_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::running_job_list_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::worker_comm_, WORKER_FINISHED_TAG, and WORKER_STATUSUPDATE_TAG.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run().
|
inlineprotectedvirtual |
|
inlineprotected |
Definition at line 238 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::cmd_args_, Poller::comm_m, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::constraints_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::dvars_, Physics::e, endl(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::global_rank_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::input_file_, and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::objectives_.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup(), and SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup().
|
inlineprotectedvirtual |
executed after handling (if any) new request
Implements Poller.
Reimplemented in SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >.
Definition at line 377 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::continue_polling_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::has_opt_converged_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::is_worker_idle_, MPI_STOP_TAG, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::my_rank_in_worker_comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::request_queue_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::total_available_workers_, and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::worker_comm_.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run().
|
inlineprotectedvirtual |
executed before checking for new request
Implements Poller.
Definition at line 369 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run().
|
inlineprotectedvirtual |
The poll loop stops when receiving a 'MPI_STOP_TAG' otherwise passes message to user.
Reimplemented from Poller.
Definition at line 606 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::cmd_args_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::continue_polling_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::coworker_comm_, MPI_STOP_TAG, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::opt_comm_, OPT_CONVERGED_TAG, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::prePoll(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setupPoll(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::worker_comm_.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().
|
inlineprotectedvirtual |
Reimplemented in SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >.
Definition at line 409 of file Pilot.h.
References endl(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::has_opt_converged_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::is_worker_idle_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::job_trace_, MPI_Send_params(), MPI_WORK_JOBID_TAG, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::request_queue_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::running_job_list_, and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::worker_comm_.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll().
|
inlineprivate |
Definition at line 206 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::comm_, endl(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::global_rank_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::parseInputFile(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startOptimizer(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker().
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::Pilot().
|
inlineprotectedvirtual |
executed before starting polling loop
Implements Poller.
Definition at line 365 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run().
|
inlineprotectedvirtual |
Definition at line 273 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::cmd_args_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::constraints_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::dvars_, endl(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::global_rank_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::hypervolRef_, and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::objectives_.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup().
|
inlineprotectedvirtual |
Definition at line 311 of file Pilot.h.
References Physics::alpha, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::cmd_args_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::constraints_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::continue_polling_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::coworker_comm_, endl(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::global_rank_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::has_opt_converged_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::is_worker_idle_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::job_trace_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::master_node_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::my_rank_in_opt_comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::my_rank_in_worker_comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::num_coworkers_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::objectives_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::opt_comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::total_available_workers_, and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::worker_comm_.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup(), and SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup().
|
inlineprotectedvirtual |
Definition at line 289 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::cmd_args_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::constraints_, endl(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::global_rank_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::input_file_, and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::objectives_.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup().
|
inlineprotected |
Definition at line 573 of file Pilot.h.
References Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::cmd_args_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::coworker_comm_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::has_opt_converged_, MPI_STOP_TAG, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::num_coworkers_, Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::opt_comm_, OPT_CONVERGED_TAG, and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::request_queue_.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run().
|
protected |
Definition at line 167 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::parseInputFile(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startOptimizer(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop().
|
protected |
Definition at line 166 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startOptimizer(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startSampler(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop().
|
protected |
constraints
Definition at line 187 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::parseInputFile(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startOptimizer(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::~Pilot().
|
protected |
Definition at line 184 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().
|
protected |
MPI communicator used for messages between all pilots.
Definition at line 164 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop().
|
protected |
design variables
Definition at line 188 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::parseInputFile(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startOptimizer(), and SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startSampler().
|
protected |
Definition at line 169 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::parseInputFile(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::setup(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startOptimizer(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startSampler(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), and SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker().
|
protected |
Definition at line 183 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop().
|
protected |
hypervolume reference point
Definition at line 189 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startOptimizer().
|
protected |
input file for simulation with embedded optimization problem
Definition at line 180 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::parseInputFile(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), and SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker().
|
protected |
Definition at line 193 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().
|
protected |
Definition at line 203 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().
|
protected |
Definition at line 177 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().
|
protected |
Definition at line 171 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().
|
protected |
Definition at line 170 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().
|
protected |
Definition at line 173 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop().
|
protected |
objectives
Definition at line 186 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::parseInputFile(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startOptimizer(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startSampler(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startWorker(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::~Pilot().
|
protected |
MPI communicator used for messages to/from optimizer.
Definition at line 162 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop().
|
protected |
Definition at line 200 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::stop().
|
protected |
Definition at line 199 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker().
|
protected |
Definition at line 182 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().
|
protected |
MPI communicator used for messages to/from worker.
Definition at line 160 of file Pilot.h.
Referenced by Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::onMessage(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::postPoll(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::run(), Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), SamplePilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::sendNewJobToWorker(), and Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >::startPilot().