From: mquinson Date: Tue, 30 Nov 2010 21:14:49 +0000 (+0000) Subject: begin a little 'SimGrid Hacker Survival Guide' X-Git-Tag: v3_5~48 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/225d9c65a9f3b5f0feb1d6bd492693a9574b19b8?ds=inline begin a little 'SimGrid Hacker Survival Guide' git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8783 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/README.coding b/README.coding index e77c53297d..2a8302a1d7 100644 --- a/README.coding +++ b/README.coding @@ -183,3 +183,14 @@ Since there is almost nothing in xbt_rl_module.c and xbt_sg_module.c, it'd be better to use symbol aliasing here (to declare in the object code that the same function have two names), but I'm still investigating the portability of the thing to windows. + + +* +* SimGrid Hacker Survival Guide (FIXME: should be betterly placed) +******************************** + +* If you break the logs (for example while hacking in the dynars), you + want to define XBT_LOG_MAYDAY at the beginning of log.h. It will + desactivate the whole logging mecanism, switching to printfs + instead. SimGrid becomes incredibly verbose when doing so, but it + you let you fixing the dynars. \ No newline at end of file