From: Martin Quinson Date: Fri, 12 Oct 2018 17:12:05 +0000 (+0200) Subject: Fix documentation: I inverted 2 host model names X-Git-Tag: v3_22~905 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fc5c13ba47e7878979b086e22e514d8183145181 Fix documentation: I inverted 2 host model names --- diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index 409e257a9a..5bc3aab755 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -455,10 +455,9 @@ XBT_PUBLIC void execute(double flop, double priority); * because of contention, this slows down the parallel execution as a whole. * * These objects are somewhat surprising from a modeling point of view. For example, the unit of their speed is - * somewhere between flop/sec and byte/sec. It is **strongly advised** to only use the LV08 host model when using - * parallel executions. Note that you can mix regular executions and communications with parallel executions, - * provided that the platform model is LV08. - * + * somewhere between flop/sec and byte/sec. Arbitrary parallel executions will simply not work with the usual platform + * models, and you must :ref:`use the ptask_L07 host model ` for that. Note that you can mix + * regular executions and communications with parallel executions, provided that the host model is ptask_L07. * * \endrst */