Commit d1309287 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

orchestration: # SMT threads per core attr to node config

parent 4366bb56
......@@ -71,7 +71,9 @@ class NodeConfig():
self.prefix = 24
"""IP prefix."""
self.cores = 1
"""Number of cores to be simulated."""
"""Number of CPU cores."""
self.threads = 1
"""Number of threads per CPU core."""
self.memory = 8 * 1024
"""Amount of system memory in MB."""
self.disk_image = 'base'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment