X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8734addee4efb8501991834fb99c2da15e9f8482..94653f82c2c82911c12625c2e08c6f2a84c8a947:/examples/smpi/replay/replay.c diff --git a/examples/smpi/replay/replay.c b/examples/smpi/replay/replay.c index 24c1a0e592..87ca15c478 100644 --- a/examples/smpi/replay/replay.c +++ b/examples/smpi/replay/replay.c @@ -8,7 +8,6 @@ #include "smpi/smpi.h" int main(int argc, char *argv[]) { - smpi_replay_init(&argc, &argv); - smpi_replay_finalize(); + smpi_replay_run(&argc, &argv); return 0; }