Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one parameter less in SD_task_get_execution_time
authorsuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 4 Feb 2010 21:10:59 +0000 (21:10 +0000)
committersuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 4 Feb 2010 21:10:59 +0000 (21:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7061 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/simdag/sd_test.c

index 9d70ef8..ad00cda 100644 (file)
@@ -156,8 +156,7 @@ int main(int argc, char **argv)
   task = taskD;
   INFO2("Estimated time for '%s': %f", SD_task_get_name(task),
         SD_task_get_execution_time(task, workstation_number, workstation_list,
   task = taskD;
   INFO2("Estimated time for '%s': %f", SD_task_get_name(task),
         SD_task_get_execution_time(task, workstation_number, workstation_list,
-                                   computation_amount, communication_amount,
-                                   rate));
+                                   computation_amount, communication_amount));
 
   /* let's launch the simulation! */
 
 
   /* let's launch the simulation! */