Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prepare to windows.
[simgrid.git] / examples / simdag / sd_test.c
index 9d70ef8..bb25059 100644 (file)
@@ -1,3 +1,9 @@
+/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "simdag/simdag.h"
@@ -156,8 +162,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,
-                                   computation_amount, communication_amount,
-                                   rate));
+                                   computation_amount, communication_amount));
 
   /* let's launch the simulation! */