X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3c6d61c2bd982819b041235ef2d5fa141c35e7f2..7207080bb744f50a6d8c418f25d82ad69e9b4f44:/src/s4u/s4u_Exec.cpp diff --git a/src/s4u/s4u_Exec.cpp b/src/s4u/s4u_Exec.cpp index feecbdd46d..17fa93cd8a 100644 --- a/src/s4u/s4u_Exec.cpp +++ b/src/s4u/s4u_Exec.cpp @@ -138,7 +138,7 @@ Exec* ExecSeq::start() (*boost::static_pointer_cast(pimpl_)) .set_name(name_) .set_tracing_category(tracing_category_) - .set_priority(1. / priority_) + .set_sharing_penalty(1. / priority_) .set_bound(bound_) .set_flops_amount(flops_amount_) .start(); @@ -177,7 +177,7 @@ double ExecSeq::get_remaining() [this]() { return boost::static_pointer_cast(pimpl_)->get_remaining(); }); } -/** @brief Returns the ratio of elements that are still to do +/** @brief Returns the ratio of elements that are still to do * * The returned value is between 0 (completely done) and 1 (nothing done yet). */