Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this should allow the tracing of resource usage with this model
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 16 May 2018 14:29:20 +0000 (16:29 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 16 May 2018 14:29:20 +0000 (16:29 +0200)
src/surf/ptask_L07.cpp

index 804119c..2a2b54a 100644 (file)
@@ -94,6 +94,7 @@ void HostL07Model::update_actions_state(double /*now*/, double delta)
       if ((action.latency_ <= 0.0) && (action.is_suspended() == 0)) {
         action.updateBound();
         get_maxmin_system()->update_variable_weight(action.get_variable(), 1.0);
+        action.set_last_update();
       }
     }
     XBT_DEBUG("Action (%p) : remains (%g) updated by %g.", &action, action.get_remains(),