Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change all links to my old webpage
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Dec 2016 18:21:08 +0000 (19:21 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Dec 2016 18:21:08 +0000 (19:21 +0100)
doc/doxygen/FAQ.doc
doc/doxygen/community.doc
src/xbt/backtrace_linux.cpp

index 1991d94..f6d96b5 100644 (file)
@@ -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
-<a href="http://www.loria.fr/~quinson/blog/2010/06/28/Tutorial_at_HPCS/">the slides of the HPCS'10 tutorial</a>
-(or to these <a href="http://graal.ens-lyon.fr/~alegrand/articles/slides_g5k_simul.pdf">ancient
-slides</a>, or to these
-<a href="http://graal.ens-lyon.fr/~alegrand/articles/Simgrid-Introduction.pdf">"obsolete" slides</a>)
-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
+<a href="http://simgrid.gforge.inria.fr/tutorials.php">tutorial
+slides</a> from the SimGrid's website. You may find more uptodate
+material on the
+<a href="http://people.irisa.fr/Martin.Quinson/blog/SimGrid/">blog of
+Martin Quinson</a>. 
+
+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: <simgrid-user@lists.gforge.inria.fr>.
index 7219d55..d864e01 100644 (file)
@@ -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.  
-<a href="http://webloria.loria.fr/~quinson/blog/2012/1120/Simgrid_at_Louvain/">Here</a>
+<a href="http://people.irisa.fr/Martin.Quinson/blog/2012/1120/Simgrid_at_Louvain/">Here</a>
 is an example of such a presentation.
 
 @subsection contributing_bugs Reporting (and fixing) any issue you find
index 0e191b4..e3ec640 100644 (file)
@@ -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
  * */