Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woopsie, it wasn't supposed to be commited
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 11 Feb 2016 09:37:26 +0000 (10:37 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 11 Feb 2016 09:37:26 +0000 (10:37 +0100)
src/simix/smx_global.cpp

index 1fb67e2..c2bc81b 100644 (file)
@@ -251,7 +251,7 @@ void SIMIX_global_init(int *argc, char **argv)
     signal(SIGINT, inthandler);
 
 #ifndef WIN32
-    //install_segvhandler();
+    install_segvhandler();
 #endif
     /* register a function to be called by SURF after the environment creation */
     sg_platf_init();