From e290fa600a4e21fd0438d02db4a8279285df3a61 Mon Sep 17 00:00:00 2001 From: alegrand Date: Fri, 11 Feb 2005 05:55:14 +0000 Subject: [PATCH 1/1] Let's try to play with the simulation... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@962 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/gras.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gras/gras.c b/src/gras/gras.c index 1fa31cf57c..ed17655527 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -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 */ -- 2.20.1