X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9c945c00667e65f7baaa646fca6750fa5d341fd..148987a2fffe74a2a14294ea9ace78e5b9c8bbae:/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). */