From 8704bd70e399d9254c97a1b082bc874db2a0a97e Mon Sep 17 00:00:00 2001 From: degomme Date: Thu, 11 Feb 2016 14:32:09 +0100 Subject: [PATCH] add missing bit of documentation --- doc/doxygen/platform.doc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 14910b22ce..a7b1754fe5 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -339,6 +339,7 @@ sharing_policy | no | string | Sharing policy for the links between node bb_bw | no | int | Bandwidth for backbone (if any). See link section for syntax/details. If bb_bw and bb_lat (see below) attributes are omitted, no backbone is created (alternative cluster architecture described before). bb_lat | no | int | Latency for backbone (if any). See link section for syntax/details. If bb_lat and bb_bw (see above) attributes are omitted, no backbone is created (alternative cluster architecture described before). bb_sharing_policy | no | string | Sharing policy for the backbone (if any). See link section for syntax/details. +limiter_link | no | int | Bandwidth for limiter link (if any). This adds a specific link for each node, to set the maximum bandwidth reached when communicating in both directions at the same time. In theory this value should be 2*bw for fullduplex links, but in reality this might be less. This value will depend heavily on the communication model, and on the cluster's hardware, so no default value can be set, this has to be measured. More details can be obtained in "Toward Better Simulation of MPI Applications on Ethernet/TCP Networks" availability_file | no | string | Allows you to use a file as input for availability. Similar to hosts attribute. state_file | no | string | Allows you to use a file as input for states. Similar to hosts attribute. loopback_bw | no | int | Bandwidth for loopback (if any). See link section for syntax/details. If loopback_bw and loopback_lat (see below) attributes are omitted, no loopback link is created and all intra-node communication will use the main network link of the node. Loopback link is a \ref pf_sharing_policy_fatpipe "\b FATPIPE". -- 2.20.1