From 85f28d3b816619daa2553c6d8d74ac64d74f366e Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Moreira dos Santos Date: Sat, 21 Sep 2013 21:01:13 -0300 Subject: [PATCH 1/1] introduction.doc corrections --- doc/doxygen/introduction.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/introduction.doc b/doc/doxygen/introduction.doc index 6b2fa097a3..ea50d03795 100644 --- a/doc/doxygen/introduction.doc +++ b/doc/doxygen/introduction.doc @@ -163,7 +163,7 @@ sudo apt-get install vite ## Setting up and Compiling. The corresponding archive with all source files and platform files -can be obtained [here](msg-tuto-src.tgz). +can be obtained [here](http://simgrid.gforge.inria.fr/tutorials/msg-tuto/msg-tuto.tgz). ~~~~{.sh} tar zxf msg-tuto.tgz @@ -196,7 +196,7 @@ For a more "fancy" output, you can try: For a really fancy output, you should use [viva/triva][fn:1]: ~~~~{.sh} -./masterworker0 platforms/platform.xml deployment0.xml --cfg=tracing:1\ +./masterworker0 platforms/platform.xml deployment0.xml --cfg=tracing:1 \ --cfg=tracing/uncategorized:1 --cfg=viva/uncategorized:uncat.plist LANG=C ; viva simgrid.trace uncat.plist ~~~~ @@ -213,7 +213,7 @@ LANG=C ; Paje simgrid.trace Alternatively, you can use [vite][fn:6]. ~~~~{.sh} -./masterworker0 platforms/platform.xml deployment0.xml --cfg=tracing:1\ +./masterworker0 platforms/platform.xml deployment0.xml --cfg=tracing:1 \ --cfg=tracing/msg/process:1 --cfg=tracing/basic:1 vite simgrid.trace ~~~~ -- 2.20.1