X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e38ff5cd0c1d4bcbb38c2c1d68618f19358122f..49142a06b4983d3a38d47e16d28ba8048515194f:/doc/FAQ.doc diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 6f99989b47..68f3e6fd6b 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -202,8 +202,7 @@ archive you may deploy on other sites just as a regular stable release. In summary, the following commands will checkout the SVN, regenerate the configure script and friends, configure SimGrid and build it. -\verbatim svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk -mv trunk simgrid +\verbatim svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid cd simgrid ./bootstrap ./configure --enable-maintainer-mode --prefix= @@ -1016,7 +1015,7 @@ Then, tell SimGrid that you want to use your own "parser" instead of the stock o MSG_create_environment(NULL); \endverbatim -An example of this trick is distributed in the file examples/msg/msg_test_surfxml_bypassed.c +An example of this trick is distributed in the file examples/msg/masterslave/masterslave_bypass.c \section faq_troubleshooting Troubleshooting @@ -1046,7 +1045,7 @@ machine: By default, SimGrid uses something called ucontexts. This is part of the libc, but it's quite undertested. For example, some (old) versions of the glibc on alpha do not implement these functions, but provide the stubs - (which return ENOSYS: not implemented). It fools our detection mecanism + (which return ENOSYS: not implemented). It may fool our detection mecanism and leads to segfaults. There is not much we can do to fix the bug. A workaround is to compile with --with-context=pthread to avoid ucontext completely. You'll be a bit more limitated in the number