From: mquinson Date: Mon, 31 Jul 2006 17:36:57 +0000 (+0000) Subject: Oups, previous commit was a bit premature. Properly explain how to setup your GRAS... X-Git-Tag: v3.3~2695 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6c8ca19e7f0a4920dc817e36b89e86d0050748bd Oups, previous commit was a bit premature. Properly explain how to setup your GRAS code as opposed to setting up your MSG code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2664 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/FAQ.doc b/doc/FAQ.doc index b9e19b72a6..fec25202ac 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -107,7 +107,7 @@ cd simgrid ./configure --enable-maintainer-mode make dist \endverbatim -\subsection faq_setting Setting up your own code for MSG +\subsection faq_setting_MSG Setting up your own MSG code Do not build your simulator by modifying the SimGrid examples. Go outside the SimGrid source tree and create your own working directory @@ -186,7 +186,7 @@ in a terminal : info make and read the introduction. The previous example should be enough for a first try but you may want to perform some more complex compilations... -\subsection faq_setting Setting up your own code for GRAS +\subsection faq_setting_GRAS Setting up your own GRAS code If you use the GRAS interface instead of the MSG one, then previous section is not the better source of information. Instead, you should check the GRAS