From: Martin Quinson Date: Thu, 17 Nov 2016 10:59:43 +0000 (+0100) Subject: finalize the traces in SD_exit also X-Git-Tag: v3_14~176 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1437996c59141c3aefc9e9924d13923e83f968a1?ds=sidebyside finalize the traces in SD_exit also Thanks to Alexey Nazarenko for the bug report and the fix. --- diff --git a/src/simdag/sd_global.cpp b/src/simdag/sd_global.cpp index 38a5852596..f21a265be5 100644 --- a/src/simdag/sd_global.cpp +++ b/src/simdag/sd_global.cpp @@ -4,11 +4,12 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "simgrid/sg_config.h" +#include "simdag_private.hpp" #include "simgrid/host.h" -#include "src/surf/surf_interface.hpp" #include "simgrid/s4u/engine.hpp" -#include "simdag_private.hpp" +#include "simgrid/sg_config.h" +#include "src/include/instr/instr_interface.h" +#include "src/surf/surf_interface.hpp" XBT_LOG_NEW_CATEGORY(sd, "Logging specific to SimDag"); XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sd_kernel, sd, "Logging specific to SimDag (kernel)"); @@ -244,6 +245,7 @@ double SD_get_clock() { */ void SD_exit() { + TRACE_end(); #if HAVE_JEDULE jedule_sd_exit(); #endif