From bb9ddc369e2fe018512d9f3490bc51819b807484 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Wed, 13 Jul 2016 17:06:44 +0200 Subject: [PATCH 1/1] [doc] Misc --- doc/doxygen/FAQ.doc | 18 ------------------ doc/doxygen/module-smpi.doc | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/doc/doxygen/FAQ.doc b/doc/doxygen/FAQ.doc index 2a8a74dae0..c5d64e9ac0 100644 --- a/doc/doxygen/FAQ.doc +++ b/doc/doxygen/FAQ.doc @@ -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. -\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 return; somewhere within a TRY{} -block. This is evil, 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 @@ -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! ;) -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 diff --git a/doc/doxygen/module-smpi.doc b/doc/doxygen/module-smpi.doc index 4c9e2f83f9..2410812c33 100644 --- a/doc/doxygen/module-smpi.doc +++ b/doc/doxygen/module-smpi.doc @@ -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 -- 2.20.1