X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8de45b91df7811aa39c11647cfccd14be6d2db89..ff6d2ad83fbbc9398ba647639652c6f45fb2a69c:/src/simdag/sd_task.cpp diff --git a/src/simdag/sd_task.cpp b/src/simdag/sd_task.cpp index 95831968d0..a00b21f9c1 100644 --- a/src/simdag/sd_task.cpp +++ b/src/simdag/sd_task.cpp @@ -802,7 +802,6 @@ void SD_task_run(SD_task_t task) XBT_VERB("Executing task '%s'", task->name); /* Beware! The scheduling data are now used by the surf action directly! no copy was done */ - // FIXME[donassolo]: verify if all hosts belongs to the same netZone? auto host_model = (*task->allocation).front()->get_netpoint()->get_englobing_zone()->get_host_model(); task->surf_action = host_model->execute_parallel(*task->allocation, task->flops_amount, task->bytes_amount, task->rate);