From: Christian Heinrich Date: Mon, 27 Jun 2016 16:23:14 +0000 (+0200) Subject: [DOC] Removed two attributes from the host doc X-Git-Tag: v3_14~845^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/58c9d9a78cd91575b3c50b399a37e5dfb091a098?hp=41e91155805b7a08da5442ee4103b5facf6f018b [DOC] Removed two attributes from the host doc --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 91a8895684..038de80427 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -160,11 +160,9 @@ a host can contain more than 1 core. 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. +speed | 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 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? state_file | no | string | Same mechanism as availability_file.
Note: The filename must be specified with your system's format. coordinates | no | string | Must be provided when choosing the Vivaldi, coordinate-based routing model for the AS the host belongs to. More details can be found in the Section \ref pf_P2P_tags. pstate | no | double (Default: 0.0) | FIXME: Not yet documented.