diff options
| author | Radu Nicolae <rnicolae04@gmail.com> | 2024-05-01 18:37:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 18:37:16 +0200 |
| commit | 7c0691eb6c348d2e49da3ef354b652cf26604905 (patch) | |
| tree | d9b99868346a9a92986b81f9d2cf7228e6c091fa /opendc-compute | |
| parent | 1b8e81343f576b0a29cf94e02e0429f5011b1f52 (diff) | |
Output folder structure (#225)
* unversioned demo - removed from git history
unversioned filed pushed
spotless applied
code cleaned up
commit before pr
spotless applied
setupOutputFolder moved before getting the scenarios
specific topology added
pretty tracking
given scenarios are kept track by id
code runnable
output name for scenario updated
python folder and src document connected
simulationOutputFolder structure prepared
base for python script integration in simulations
output contents into a folder defined by the simulation name
output contents into a folder defined by the simulation name
* bugs with trackr.json (id not showing) solved. outputting bug also solved (now we use the output folder indicated in scenario.json input file)
* spotless applied, ready for PR
* var -> val in Scenario
* ScenarioWriter package naming repaired
Diffstat (limited to 'opendc-compute')
| -rw-r--r-- | opendc-compute/opendc-compute-topology/src/main/kotlin/org/opendc/compute/topology/specs/HostSpec.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-compute/opendc-compute-topology/src/main/kotlin/org/opendc/compute/topology/specs/HostSpec.kt b/opendc-compute/opendc-compute-topology/src/main/kotlin/org/opendc/compute/topology/specs/HostSpec.kt index 23fbdcb5..9857f70a 100644 --- a/opendc-compute/opendc-compute-topology/src/main/kotlin/org/opendc/compute/topology/specs/HostSpec.kt +++ b/opendc-compute/opendc-compute-topology/src/main/kotlin/org/opendc/compute/topology/specs/HostSpec.kt @@ -38,7 +38,6 @@ import java.util.UUID * @param psuFactory The [SimPsuFactory] to construct the PSU that models the power consumption of the machine. * @param multiplexerFactory The [FlowMultiplexerFactory] that is used to multiplex the virtual machines over the host. */ - public data class HostSpec( val uid: UUID, val name: String, |
