Skip to content

MultiRun Implementation

In progress

This page is under development. Contributions welcome — see the Developer Guide for how to contribute.

Running the MultiRun in the command line

Prerequisites

  • Java 19
  • Maven 3.8+
  • Optional IDE: IntelliJ IDEA (import as a Maven project)

Build and run

In the command line, navigate to the project directory and run the following commands:

mvn clean package
java -jar multirun.jar -DBSetup
java -jar multirun.jar

The first command builds the JARs. The second creates the H2 donor database from the input data. The third runs the simulation using default.yml.

To use a different config file:

java -jar multirun.jar -config my_run.yml

For configuration options, see the annotated config/default.yml. For the data pipeline and further reference, see documentation/.