Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's try to play with the simulation...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Feb 2005 05:55:14 +0000 (05:55 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Feb 2005 05:55:14 +0000 (05:55 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@962 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/gras.c

index 1fa31cf..ed17655 100644 (file)
@@ -24,7 +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_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 */