OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes
Pilot.h File Reference
#include <mpi.h>
#include <iostream>
#include <string>
#include <unistd.h>
#include "boost/smart_ptr.hpp"
#include "Comm/MasterNode.h"
#include "Comm/CommSplitter.h"
#include "Util/Types.h"
#include "Util/CmdArguments.h"
#include "Util/OptPilotException.h"
#include "Pilot/Poller.h"
#include "Pilot/Worker.h"
#include "Optimizer/Optimizer.h"
#include "Util/Trace/Trace.h"
#include "Util/Trace/FileSink.h"
#include "Util/Trace/TraceComponent.h"
#include "Expression/Parser/function.hpp"
Include dependency graph for Pilot.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Pilot< Opt_t, Sim_t, SolPropagationGraph_t, Comm_t >
 The Optimization Pilot (Master): Coordinates requests by optimizer to workers and reports results back on a given communicator. More...