X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..7b34f44436361452ae069229b1094856f94f8e22:/teshsuite/simdag/basic4.c diff --git a/teshsuite/simdag/basic4.c b/teshsuite/simdag/basic4.c index 1fa7b948ed..7009d3d7c7 100644 --- a/teshsuite/simdag/basic4.c +++ b/teshsuite/simdag/basic4.c @@ -1,6 +1,15 @@ +/* Copyright (c) 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 #include #include "simdag/simdag.h" +#include "xbt/log.h" + +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(basic4, sd, "SimDag test basic4"); int main(int argc, char **argv) { @@ -41,6 +50,8 @@ int main(int argc, char **argv) SD_simulate(-1.0); + INFO1("Simulation time: %f", SD_get_clock()); + SD_exit(); return 0; }