OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes
Worker.h File Reference
#include <iostream>
#include "boost/smart_ptr.hpp"
#include "Pilot/Poller.h"
#include "Comm/types.h"
#include "Util/Types.h"
#include "Util/MPIHelper.h"
#include "Util/CmdArguments.h"
Include dependency graph for Worker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Worker< Sim_t >
 A worker MPI entity consists of a processor group that runs a simulation of type Sim_t. The main loop in run() accepts new jobs from the master process runs the simulation and reports back the results. More...