X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97fe5a00683240ca589f71945b0c23445bbac3d3..97a8953505beb95c8e2689c2f554905155cc8b47:/doc/doxygen/platform.doc diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 93e2e25711..5c3ae9ea82 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -162,15 +162,16 @@ contain more than 1 core. Here are the attributes of a host : referring to it. \li power (mandatory):the peak number FLOPS the CPU can manage. Expressed in flop/s. -\li core: The number of core of this host. If set, the power - gives the power of one core. The specified computing power will be +\li core: The number of core of this host (by default, 1). If + you specify the amount of cores, the 'power' parameter is the power + of each core. + For example, if you specify that your host has 6 cores, it will be available to up to 6 sequential tasks without sharing. If more tasks are placed on this host, the resource will be shared - accordingly. For example, if you schedule 12 tasks on the host, - each will get half of the computing power. Please note that - although sound, this model were never scientifically assessed. + accordingly. For example, if you schedule 12 tasks on that host, + each will get half of the specified computing power. Please note + that although sound, this model were never scientifically assessed. Please keep this fact in mind when using it. - \li availability: specify if the percentage of power available. \li availability_file: Allow you to use a file as input. This file will contain availability traces for this computer. The @@ -371,14 +372,17 @@ router_name = prefix + clusterId + router_ + suffix; cluster example \verbatim - - + + + \endverbatim -The second examples creates 100 machines, which names are the following: +The second examples creates one router and 100 machines, which names +are the following: \verbatim +c-my_cluster_1_router.me c-0.my_cluster_1.me c-1.my_cluster_1.me c-2.my_cluster_1.me @@ -605,14 +609,28 @@ find /path/you/want -type f -exec ls -l {} \; 2>/dev/null > ./content.txt \li content: default value 0. The file containing the disk content. (may be moved soon or later to storage tag. -The tag must contains some predefined prop, as may do some other -resources tags. This should moved to attributes soon or later. -storage_type mandatory prop : +The tag must contains some predefined model prop, as may do some other +resources tags. +storage_type mandatory model_prop : \li Bwrite: value in B/s. Write throughput \li Bread: value in B/s. Read throughput \li Bconnexion: value in B/s. Connection throughput (i.e. the throughput of the storage connector). +A storage_type can also contain the prop tag. The prop tag allows you +to define additional information on this storage_type following the +attribute/value schema. You may want to use it to give information to +the tool you use for rendering your simulation, for example. + +\verbatim + + + + + + +\endverbatim + \subsubsection pf_sto_st storage storage_type attributes :