X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/703e8696289393e60554250c2ada4ea97ed89435..53dd673a07059d04f7ee5c280470958856fdf8d8:/src/simix/smx_global.cpp diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index 1fb67e2a0d..ac04a45f6c 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -12,6 +12,7 @@ #endif #include "src/surf/surf_interface.hpp" +#include "src/surf/xml/platf.hpp" #include "smx_private.h" #include "smx_private.hpp" #include "xbt/heap.h" @@ -37,7 +38,6 @@ #endif #include "src/mc/mc_record.h" -#include "src/surf/platform.hpp" #ifdef HAVE_SMPI #include "src/smpi/private.h" @@ -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();