Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SimDag Revolution: SD_workstation becomes sg_host
[simgrid.git] / teshsuite / simdag / network / mxn / test_intra_scatter.c
index 5b28563..65174d4 100644 (file)
@@ -43,7 +43,7 @@ int main(int argc, char **argv)
 
   task = SD_task_create("Scatter task", NULL, 1.0);
 
-  SD_task_schedule(task, 4, SD_workstation_get_list(), no_cost,
+  SD_task_schedule(task, 4, sg_host_list(), no_cost,
                    communication_amount, -1.0);
 
   SD_simulate(-1.0);