X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d16ebcee6bde01575b4cd88a853e1ac1c2532bf..cec5bbee980eec970e660c65ec9e81f5fbac5135:/src/gras/gras.c 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;