Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[doc] Misc
authorGabriel Corona <gabriel.corona@loria.fr>
Wed, 13 Jul 2016 15:06:44 +0000 (17:06 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Wed, 13 Jul 2016 15:08:35 +0000 (17:08 +0200)
doc/doxygen/FAQ.doc
doc/doxygen/module-smpi.doc

index 2a8a74d..c5d64e9 100644 (file)
@@ -531,22 +531,6 @@ Both options are needed in order to run the SMPI process under GDB.
 If you don't, you really should use valgrind to debug your code, it's
 almost magic.
 
 If you don't, you really should use valgrind to debug your code, it's
 almost magic.
 
-\subsubsection faq_trouble_vg_longjmp longjmp madness in valgrind
-
-This is when valgrind starts complaining about longjmp things, just like:
-
-\verbatim ==21434== Conditional jump or move depends on uninitialised value(s)
-==21434==    at 0x420DBE5: longjmp (longjmp.c:33)
-==21434==
-==21434== Use of uninitialised value of size 4
-==21434==    at 0x420DC3A: __longjmp (__longjmp.S:48)
-\endverbatim
-
-This is the sign that you didn't used the exception mechanism well. Most
-probably, you have a <tt>return;</tt> somewhere within a <tt>TRY{}</tt>
-block. This is <b>evil</b>, and you must not do this. Did you read the section
-about \ref XBT_ex??
-
 \subsubsection faq_trouble_vg_libc Valgrind spits tons of errors about backtraces!
 
 It may happen that valgrind, the memory debugger beloved by any decent C
 \subsubsection faq_trouble_vg_libc Valgrind spits tons of errors about backtraces!
 
 It may happen that valgrind, the memory debugger beloved by any decent C
@@ -616,8 +600,6 @@ list. Just be aware that you'll be severely punished if the mistake is
 on your side... We have plenty of FAQ entries to redact and new
 features to implement for the impenitents! ;)
 
 on your side... We have plenty of FAQ entries to redact and new
 features to implement for the impenitents! ;)
 
-Using 
-
 \subsection faq_surf_network_latency I get weird timings when I play with the latencies.
 
 OK, first of all, remember that units should be Bytes, Flops and
 \subsection faq_surf_network_latency I get weird timings when I play with the latencies.
 
 OK, first of all, remember that units should be Bytes, Flops and
index 4c9e2f8..2410812 100644 (file)
@@ -1,5 +1,5 @@
 /** 
 /** 
-@defgroup SMPI_API      SMPI: Semulate real MPI applications
+@defgroup SMPI_API      SMPI: Simulate real MPI applications
 @brief Programming environment for the simulation of MPI applications
     
 This programming environment enables the study of MPI application by
 @brief Programming environment for the simulation of MPI applications
     
 This programming environment enables the study of MPI application by