diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-15 11:43:48 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-15 11:43:48 +0200 |
| commit | 145153ddda7f9caf95831ab27244351772a121d8 (patch) | |
| tree | 2acad4d74c6d69a82791439cf6d76dd0c6252472 /opendc-experiments/opendc-experiments-energy21/src/main | |
| parent | f255858563a02be0f68857bd6a32f8e09d58a0b0 (diff) | |
exp: Fix execution of energy experiments
This change fixes the execution of the Energy21 experiments which failed
due to various changes in the OpenDC codebase. First, the directory
structure is now required to be pre-generated before the writer starts
writing the experiment output. Second, we must include the configuration
of the Capelin experiment in this experiment in order to workaround an
issue with harness filtering.
Diffstat (limited to 'opendc-experiments/opendc-experiments-energy21/src/main')
| -rw-r--r-- | opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf b/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf index 3e011862..263da0fe 100644 --- a/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf +++ b/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf @@ -6,3 +6,9 @@ opendc.experiments.energy21 { # Path to the output directory to write the results to output-path = output } + +opendc.experiments.capelin { + env-path = input/environments/ + trace-path = input/traces/ + output-path = output +} |
