Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
d1309287
Commit
d1309287
authored
May 08, 2023
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
May 09, 2023
Browse files
orchestration: # SMT threads per core attr to node config
parent
4366bb56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
experiments/simbricks/orchestration/nodeconfig.py
experiments/simbricks/orchestration/nodeconfig.py
+3
-1
No files found.
experiments/simbricks/orchestration/nodeconfig.py
View file @
d1309287
...
@@ -71,7 +71,9 @@ class NodeConfig():
...
@@ -71,7 +71,9 @@ class NodeConfig():
self
.
prefix
=
24
self
.
prefix
=
24
"""IP prefix."""
"""IP prefix."""
self
.
cores
=
1
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
self
.
memory
=
8
*
1024
"""Amount of system memory in MB."""
"""Amount of system memory in MB."""
self
.
disk_image
=
'base'
self
.
disk_image
=
'base'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment