From a291afa4fb3d38c8983ef313a5bb500da457afd0 Mon Sep 17 00:00:00 2001 From: schnorr Date: Tue, 5 Oct 2010 13:16:11 +0000 Subject: [PATCH] updating FAQ to new parameters that should be use in Triva's graph configuration git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8354 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/FAQ.doc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/FAQ.doc b/doc/FAQ.doc index a6e162ec4a..dbf4e26cc1 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -2055,8 +2055,8 @@ be relative locally. For LINK we have: \verbatim LINK = { - src = SrcHost; - dst = DstHost; + src = source; + dst = destination; size = bandwidth; scale = global; @@ -2065,7 +2065,7 @@ For LINK we have: For the types specified in the edge parameter (such as LINK), the configuration must contain two additional parameters: src and dst that are used to properly identify which nodes this edge is -connecting. The values SrcHost and DstHost are always present +connecting. The values source and destination are always present in the SimGrid trace file and should not be changed in the configuration. The parameter size for the LINK, in this case, is configured as the variable bandwidth, with a global scale. The scale meaning @@ -2103,8 +2103,8 @@ as configuration for HOST and LINK this: }; LINK = { - src = SrcHost; - dst = DstHost; + src = source; + dst = destination; size = bandwidth; scale = global; @@ -2166,8 +2166,8 @@ visualization was generated with the following configuration: }; }; LINK = { - src = SrcHost; - dst = DstHost; + src = source; + dst = destination; size = bandwidth; scale = global; -- 2.20.1