diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2024-04-29 12:48:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 12:48:20 +0200 |
| commit | 2dc44c7283200f4689cc1be15115a8b1cd37d456 (patch) | |
| tree | e815ceb7a2c54ec40ac4072a594687dfe1d95f1b /site/docs/documentation/Input/Topology.md | |
| parent | aefa53bc65309869922d44509739bf2664cf50a5 (diff) | |
Fixed several cpu related bugs, changed input topology (#226)
Diffstat (limited to 'site/docs/documentation/Input/Topology.md')
| -rw-r--r-- | site/docs/documentation/Input/Topology.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/site/docs/documentation/Input/Topology.md b/site/docs/documentation/Input/Topology.md index 8a57a183..23286c09 100644 --- a/site/docs/documentation/Input/Topology.md +++ b/site/docs/documentation/Input/Topology.md @@ -17,12 +17,12 @@ In the following section, we describe the different components of the schema. ### Host -| variable | type | required? | default | description | -|-------------|-----------------------------|-----------|---------|--------------------------------------------------------------------------------| -| name | string | no | Host | The name of the host. This is only important for debugging and post-processing | -| count | integer | no | 1 | The amount of hosts of this type are in the cluster | -| cpus | List[[CPU](#cpu)] | yes | N/A | A list of the hosts in a cluster. | -| memory | [Memory](#memory) | yes | N/A | The memory used by the host | +| variable | type | required? | default | description | +|------------|-----------------------|-----------|---------|--------------------------------------------------------------------------------| +| name | string | no | Host | The name of the host. This is only important for debugging and post-processing | +| count | integer | no | 1 | The amount of hosts of this type are in the cluster | +| cpu | [CPU](#cpu) | yes | N/A | The CPUs in the host | +| memory | [Memory](#memory) | yes | N/A | The memory used by the host | | power model | [Power Model](#power-model) | yes | N/A | The power model used to determine the power draw of the host | ### CPU |
