ClusterExecutionScript

class defSim.tools.ClusterExecutionScript.parallelSimulation

Bases: object

This class exists solely for the purpose of running a chunk of different parameter combinations in parallel on one machine. This script is called from the command line with 3 arguments.

Parameters
  • index of the chunk that this instance shall run. (The) –

  • path to the folder with the pickle files from which the Simulation parameters are read. (The) –

  • path to where the output shall be written. (The) –

create_and_run_simulation(parameter_dict)
main()