From fc5c13ba47e7878979b086e22e514d8183145181 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 12 Oct 2018 19:12:05 +0200 Subject: [PATCH] Fix documentation: I inverted 2 host model names --- include/simgrid/s4u/Actor.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 */ -- 2.20.1