Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
priority and bound of MSG tasks can only be set BEFORE execution
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 25 Feb 2019 10:44:47 +0000 (11:44 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 25 Feb 2019 10:44:47 +0000 (11:44 +0100)
commitd21feacc9eab1017d4e5b9d989a5c68c89d1f47c
tree967c40de090a23359e9787313545bda7d32d9135
parent5fdfd655eb2532734bad27bcfd026c0ee97486da
priority and bound of MSG tasks can only be set BEFORE execution

this is the rule for S4U, should be the same for MSG.
BTW, the behavior of the LMM is likely to be confused by such dynamic
changes during execution.

Side effect: we should remove the setters in ExecImpl, but there are
used by two simcalls that are tagged as deprected with v3.25
src/kernel/activity/ExecImpl.hpp
src/msg/msg_task.cpp