#include <string>
#include <iostream>
#include <fstream>
#include <cctype>
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/cubes/cube.h"
#include "chomp/multiwork/mw.h"
#include "config.h"
#include "confinfo.h"
#include "typedefs.h"
#include "utils.h"
#include "dataconv.h"
#include "matcharr.h"
#include "dotgraph.h"
Go to the source code of this file.
Classes | |
| class | Coordinator |
| The coordinator class which prepares chunks of parameter space to be processed by workers, and then incorporates the results of the computations into the final picture, and also saves the results to a log file. More... | |
| struct | Coordinator::datapack |
| This is an auxiliary class whose objects store the information on the data chunks sent to workers. More... | |
This file contains the definition of the coordinator class which prepares data for workers (chunks of the parameter range) and collects results of their computations.
Definition in file coord.h.
1.5.3