diff options
| author | Radu Nicolae <rnicolae04@gmail.com> | 2025-06-16 18:01:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 18:01:07 +0200 |
| commit | 0df3d9ced743ac3385dd710c7133a6cf369b051c (patch) | |
| tree | eff5d6d67c275643e229731ba08c5fe7dc4ccd0a /opendc-experiments/opendc-experiments-m3sa/src/main/python/simulator_specifics.py | |
| parent | c7e303ad1b5217e2ff24cee9538ac841d6149706 (diff) | |
integrated M3SA, updated with tests and CpuPowerModels
Diffstat (limited to 'opendc-experiments/opendc-experiments-m3sa/src/main/python/simulator_specifics.py')
| -rw-r--r-- | opendc-experiments/opendc-experiments-m3sa/src/main/python/simulator_specifics.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/opendc-experiments/opendc-experiments-m3sa/src/main/python/simulator_specifics.py b/opendc-experiments/opendc-experiments-m3sa/src/main/python/simulator_specifics.py deleted file mode 100644 index 4e1c36e1..00000000 --- a/opendc-experiments/opendc-experiments-m3sa/src/main/python/simulator_specifics.py +++ /dev/null @@ -1,14 +0,0 @@ -""" -This file is the integration layer of the M3SA tool upon any (ICT) simulator. - -The system will use the elements from this file in the analysis / meta-simulation process. -""" - -""" -SIMULATION_DATA_FILE (str): The name of the file containing the simulation data. Enter only the name, not the path, not -the extension. The data file must be parquet format. - -✅ Good: "host", "simulation_data", "cats_predictions" -❌ Wrong: "host.json", "opendc/folder_x/folder_y/data" -""" -SIMULATION_DATA_FILE = "host" # opendc outputs in file host.parquet |
