Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
re-enable GRAS, but only in real world for now (until the simulation part gets fixed)
[simgrid.git] / src / gras / gras.c
index 897e7f5..386e35f 100644 (file)
@@ -23,8 +23,7 @@ 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 */