diff options
Diffstat (limited to 'opendc')
| -rw-r--r-- | opendc/opendc-format/src/main/kotlin/com/atlarge/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc/opendc-format/src/main/kotlin/com/atlarge/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt b/opendc/opendc-format/src/main/kotlin/com/atlarge/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt index 96e84976..da16c63d 100644 --- a/opendc/opendc-format/src/main/kotlin/com/atlarge/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt +++ b/opendc/opendc-format/src/main/kotlin/com/atlarge/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt @@ -97,12 +97,12 @@ class Sc20ClusterEnvironmentReader( nodes.add( SimpleBareMetalDriver( UUID.randomUUID(), - "node-${clusterId}-${it}", + "node-$clusterId-$it", List(coresPerHost) { coreId -> ProcessingUnit(unknownProcessingNode, coreId, speed) }, listOf(unknownMemoryUnit), - dom.newDomain("node-${clusterId}-${it}") + dom.newDomain("node-$clusterId-$it") ) ) } |
