Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simdag/dot,example/simdag/dot] correction of logs
[simgrid.git] / examples / simdag / dot / simulate_dot.c
index b45e8b4..ad2a6cb 100644 (file)
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
   /* load the DOT file  and schedule tasks */
   dot = SD_dotload_with_sched(argv[2]);
   if(dot == NULL){
-    INFO0("No dot load may be you have a cycle in your graph");
+    INFO0("The dot file with the provided scheduling is wrong, more information with the option : --log=sd_dotparse.thres:verbose");
     return -1;
   }