Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
These one ara also part of ctest. Take the INFO->VERB into account too
[simgrid.git] / examples / simdag / sd_test2.c
index 9870e3c..99e04dc 100644 (file)
@@ -196,6 +196,8 @@ int main(int argc, char **argv)
   /* let's launch the simulation! */
   changed_tasks = SD_simulate(-1.0);
 
+  INFO1("Simulation time: %f", SD_get_clock());
+
   free(changed_tasks);
 
   free(ParComp_wocomm_table);