First Release
This is the first release of ClusterWork, a framework for constructing and running experiments with different sets of parameters on an MPI-based computing cluster.
The software is based on the Python Experiment Suite by Thomas Rückstieß which can be found here. The relicts of the Python Experiment Suite are that the framework is used by sub-classing and abstract base class. The configuration and the execution of the experiment, however, have changed completely. For the execution on an MPI-based cluster we use the job-stream library which is available via PyPI and github.