From 73aa8c9bd548e49473f67a3fa8a4b8b36d3e131e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 20 Mar 2012 14:28:46 +0100 Subject: [PATCH] big fat warning about GRAS not being stable anymore --- src/gras/gras.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1