From: mquinson Date: Thu, 10 May 2007 12:44:51 +0000 (+0000) Subject: A pointer from the FAQ to the GRAS tutorial X-Git-Tag: v3.3~1864 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f43bfa62fbcc0e493e1e4fb3320f97b9ff7b6c0a?hp=050d599da582aa34b0df8078472daee9aed63673 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 --- 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