X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4fd88ca71adcbda9e58f38c0e8b629a360463299..631d591bab136c3a757f777bacfbb302d79e739a:/src/gras/gras.c diff --git a/src/gras/gras.c b/src/gras/gras.c index 03af67b124..0a7ef53bd3 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -29,7 +29,7 @@ void gras_init(int *argc,char **argv, const char *defaultlog) { /* First initialize the XBT */ xbt_init_defaultlog(argc,argv,defaultlog); - gras_chrono_init(); + /*gras_chrono_init(); * FIXME: Arnaud, WTF?? It depends on MSG!! */ /* module registrations: * - declare process specific data we need (without creating them) */