From f43bfa62fbcc0e493e1e4fb3320f97b9ff7b6c0a Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 10 May 2007 12:44:51 +0000 Subject: [PATCH] A pointer from the FAQ to the GRAS tutorial git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3496 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/FAQ.doc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/FAQ.doc b/doc/FAQ.doc index fd1a06c450..03dee4030c 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -335,7 +335,11 @@ is not limitated to the simulator. Once you're done writing your GRAS code, you can run your code both in the simulator or on a real platform. For this, there is two implementations of the GRAS interface, one for simulation, one for real execution. So, you just have to relink your code to chose one of -both world. +both world. + +Another difference is that GRAS benefits of a much more comprehensive +documentation than MSG, largely offsetting its allegated difficulty of +use (IMHO). A good starting point is the \ref GRAS_tut. \subsection faq_generic Building a generic simulator -- 2.20.1