Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also shut amok down
[simgrid.git] / src / gras / gras.c
index a85be22..b2a8c92 100644 (file)
@@ -83,6 +83,7 @@ void gras_init(int *argc,char **argv) {
 
 void gras_exit(void) {
   INFO0("Exiting GRAS");
+  amok_exit();
   if (--gras_running_process == 0) {
     gras_msg_exit();
     gras_trp_exit();