Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert the change inducing that GRAS processes keep quiet when leaving on simulator...
[simgrid.git] / src / gras / gras.c
index 8df74c5..f718ca1 100644 (file)
@@ -146,8 +146,7 @@ void gras_init(int *argc, char **argv)
 void gras_exit(void)
 {
   gras_procdata_t *pd;
-  if (gras_if_RL())
-    INFO0("Exiting GRAS");
+  INFO0("Exiting GRAS");
   amok_exit();
   gras_moddata_leave();
   pd = gras_procdata_get();