Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I'm wondering since when this test was broken, and how I could miss that
[simgrid.git] / testsuite / surf / surf_usage.c
index 442fe61..26ca69c 100644 (file)
@@ -92,7 +92,7 @@ void test(char *platform)
 
   /* Let's do something on it */
   commAB =
-    surf_network_model->extension.network.communicate(cardA, cardB,
+    surf_network_model->extension.network.communicate("Cpu A","Cpu B", 0, 1, /* FIXME: hardcoding host number is bad */
                                                       150.0, -1.0);
 
   surf_solve();                 /* Takes traces into account. Returns 0.0 */