From bbf0e234bf855b8cb875a5963b49a00fd348e6f3 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 9 Jun 2015 15:30:18 +0200 Subject: [PATCH 1/1] [Doc] Fixed 'undefined references' error --- doc/doxygen/platform.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index c49d8b3fcb..63f1a480bf 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -171,7 +171,7 @@ Attribute name | Mandatory | Values | Description --------------- | --------- | ------ | ----------- id | yes | String | The identifier of the host. facilitates referring to this AS. power | yes | double (must be > 0.0) | Computational power of every core of this host in FLOPS. Must be larger than 0.0. -core | no | int (Default: 1) | The number of cores of this host. If more than one core is specified, the "power" parameter refers to every core, i.e., the total computational power is #cores*power.
If 6 cores are specified, up to 6 tasks can be executed without sharing the computational power; if more than 6 tasks are executed, computational power will be shared among these tasks.
Warning: Although functional, this model was never scientifically assessed. +core | no | int (Default: 1) | The number of cores of this host. If more than one core is specified, the "power" parameter refers to every core, i.e., the total computational power is no_of_cores*power.
If 6 cores are specified, up to 6 tasks can be executed without sharing the computational power; if more than 6 tasks are executed, computational power will be shared among these tasks.
Warning: Although functional, this model was never scientifically assessed. availability | no | int | Specify if the percentage of power available. (What? TODO) availability_file| no | string | (Relative or absolute) filename to use as input; must contain availability traces for this host. The syntax of this file is defined below.
Note: The filename must be specified with your system's format. state | no | ON\|OFF
(Default: ON) | Is this host running or not? @@ -534,7 +534,7 @@ each flow going through this link will be provided with the complete bandwidth, i.e., no sharing occurs and the bandwidth is only limiting each flow individually. Please note that this is really on a per-flow basis, not only on a per-host basis! The complete bandwidth provided by this link in this mode -is ``#flows*bandwidth``, with at most ``bandwidth`` being available per flow. +is ``number_of_flows*bandwidth``, with at most ``bandwidth`` being available per flow. Using the FATPIPE mode allows to model backbones that won't affect performance (except latency). -- 2.20.1