From: Martin Quinson Date: Tue, 20 Mar 2012 13:28:46 +0000 (+0100) Subject: big fat warning about GRAS not being stable anymore X-Git-Tag: v3_7~296 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/73aa8c9bd548e49473f67a3fa8a4b8b36d3e131e big fat warning about GRAS not being stable anymore --- diff --git a/src/gras/gras.c b/src/gras/gras.c index 170275d896..2b8f882f12 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -70,6 +70,7 @@ void gras_init(int *argc, char **argv) int first = 0; gras_procdata_t *pd; gras_msg_procdata_t msg_pd; + XBT_INFO("GRAS is not well maintained anymore. We consider it to be experimental (and not stable anymore) since SimGrid 3.6. Sorry about it, please consider contributing to improve this situation"); XBT_VERB("Initialize GRAS"); xbt_getpid = gras_os_getpid;