X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a7067e48184aafdfc20d69e1dc6a58add7c415c..d905a08af01043d82f0597dc8e6e1245a54405de:/src/gras/gras.c diff --git a/src/gras/gras.c b/src/gras/gras.c index 897e7f583d..1fa31cf57c 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -15,16 +15,16 @@ #include "xbt_modinter.h" /* module init/exit */ #include "gras/core.h" +#include "gras/cond.h" /* gras_if_RL() => FIXME: killme when gras/sg works */ #include "gras/process.h" /* FIXME: killme and put process_init in modinter */ -XBT_LOG_NEW_DEFAULT_CATEGORY(gras,"All GRAS categories"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gras,XBT_LOG_ROOT_CAT,"All GRAS categories (cf. section \ref GRAS_API)"); static int gras_running_process = 0; void gras_init(int *argc,char **argv, const char *defaultlog) { INFO0("Initialize GRAS"); - CRITICAL0("Go Away ! Work in progress "); - xbt_assert0(0, "GO TO HELL! ]:)"); + xbt_assert0(gras_if_RL(),"Work in progress. Forget about GRAS simulation for now."); xbt_init_defaultlog(argc,argv,defaultlog); gras_process_init(); /* calls procdata_init, which calls dynar_new */ /** init other submodules */