From: pini Date: Fri, 2 Apr 2010 09:03:50 +0000 (+0000) Subject: Pimple to get the message sizes X-Git-Tag: SVN~307 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1c10b771a24147abe895cf16b9924ae8be3de071 Pimple to get the message sizes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7433 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/smpi/private.h b/src/smpi/private.h index be53ddaaea..8b61ea7387 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -1,7 +1,7 @@ #ifndef SMPI_PRIVATE_H #define SMPI_PRIVATE_H -#include "xbt/mallocator.h" +#include "xbt.h" #include "xbt/xbt_os_time.h" #include "simix/simix.h" #include "smpi/smpi.h" diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index f71b5279bc..6dae568467 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -192,6 +192,8 @@ int main(int argc, char **argv) smpi_global_destroy(); + SIMIX_message_sizes_output("toto.txt"); + SIMIX_clean(); return 0; }