X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/61e1171d003c55b170bfaf4ae845a5cf7f107bbd..16072227dba258909792b99458156ab65f4ecdd3:/src/gras/gras.c diff --git a/src/gras/gras.c b/src/gras/gras.c index 01fdc190b7..0fbbca9ce4 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -15,6 +15,7 @@ #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"); @@ -23,6 +24,7 @@ static int gras_running_process = 0; void gras_init(int *argc,char **argv, const char *defaultlog) { INFO0("Initialize GRAS"); + 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 */