From: Martin Quinson Date: Tue, 20 Dec 2016 18:21:08 +0000 (+0100) Subject: change all links to my old webpage X-Git-Tag: v3_14~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/78c5c8810d149086107852e20a2716689db2bfe8 change all links to my old webpage --- diff --git a/doc/doxygen/FAQ.doc b/doc/doxygen/FAQ.doc index 1991d94b5b..f6d96b554f 100644 --- a/doc/doxygen/FAQ.doc +++ b/doc/doxygen/FAQ.doc @@ -4,14 +4,15 @@ \section faq_simgrid I'm new to SimGrid. I have some questions. Where should I start? -You are at the right place... Having a look to these -the slides of the HPCS'10 tutorial -(or to these ancient -slides, or to these -"obsolete" slides) -may give you some insights on what SimGrid can help you to do and what -are its limitations. Then you definitely should read the \ref -msg_examples. +You are at the right place... To understand what you can do or +cannot do with SimGrid, you should read the +tutorial +slides from the SimGrid's website. You may find more uptodate +material on the +blog of +Martin Quinson. + +Another great source of inspiration can be found in the \ref msg_examples. If you are stuck at any point and if this FAQ cannot help you, please drop us a mail to the user mailing list: . diff --git a/doc/doxygen/community.doc b/doc/doxygen/community.doc index 7219d555e1..d864e01027 100644 --- a/doc/doxygen/community.doc +++ b/doc/doxygen/community.doc @@ -71,7 +71,7 @@ allows us to explain the main motivations and outcomes of the project in order to motivate the attendees get more information on SimGrid, and eventually improve their scientific habits by using a sound simulation framework. -Here +Here is an example of such a presentation. @subsection contributing_bugs Reporting (and fixing) any issue you find diff --git a/src/xbt/backtrace_linux.cpp b/src/xbt/backtrace_linux.cpp index 0e191b4283..e3ec64071d 100644 --- a/src/xbt/backtrace_linux.cpp +++ b/src/xbt/backtrace_linux.cpp @@ -62,7 +62,7 @@ backtrace_helper (struct _Unwind_Context *ctx, void *a) /** @brief reimplementation of glibc backtrace based directly on gcc library, without implicit malloc * - * See http://webloria.loria.fr/~quinson/blog/2012/0208/system_programming_fun_in_SimGrid/ + * See http://people.irisa.fr/Martin.Quinson/blog/2012/0208/system_programming_fun_in_SimGrid/ * for the motivation behind this function * */