This file contains the definition of the MultiWork coordinator class. More...
#include <algorithm>
#include <string>
#include <cstring>
#include "chomp/multiwork/mwconfig.h"
#include "chomp/multiwork/mwlowlev.h"
#include "chomp/multiwork/mwdata.h"
#include "chomp/multiwork/mwtask.h"
Go to the source code of this file.
Classes | |
class | chomp::multiwork::mwWorkerData |
A helper class for storing data on a single worker. More... | |
class | chomp::multiwork::mwCoordinator |
This class defines a generic coordinator task object for the multi-work distributed computations framework. More... | |
Namespaces | |
namespace | chomp |
This namespace contains the entire CHomP library interface. | |
namespace | chomp::multiwork |
This namespace contains an interface to the MultiWork module which allows one to easily distribute a computational task over multiple processes and run concurrent computations. | |
Functions | |
void | chomp::multiwork::swap (mwWorkerData &data1, mwWorkerData &data2) |
This file contains the definition of the MultiWork coordinator class.
Definition in file mwcoord.h.