Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename the datacontainers allowing the trace:connect tag
[simgrid.git] / src / surf / host_interface.cpp
index 8e2f22c..5b9a6f0 100644 (file)
@@ -82,7 +82,7 @@ Action *HostModel::executeParallelTask(int host_nb,
   Action *action =NULL;
   if ((host_nb == 1)
       && (cost_or_zero(bytes_amount, 0) == 0.0)){
-    action = host_list[0]->pimpl_cpu->execute(flops_amount[0]);
+    action = host_list[0]->pimpl_cpu->execution_start(flops_amount[0]);
   } else if ((host_nb == 1)
            && (cost_or_zero(flops_amount, 0) == 0.0)) {
     action = surf_network_model->communicate(host_list[0]->pimpl_netcard,