Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some more work on dax loader
[simgrid.git] / examples / simdag / dax / dax_test.c
index 45b8294..3ba784d 100644 (file)
@@ -36,7 +36,7 @@ int main(int argc, char **argv) {
 
   /* Display all the tasks */
   xbt_dynar_foreach(dax,cursor,task) {
-
+    SD_task_dump(task);
   }
   /* exit */
   SD_exit();