Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moved to examples/smpi/replay/replay.c
authorsuter <frederic.suter@cc.in2p3.fr>
Wed, 26 Sep 2012 12:59:46 +0000 (14:59 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Wed, 26 Sep 2012 13:00:20 +0000 (15:00 +0200)
examples/smpi/replay.c [deleted file]

diff --git a/examples/smpi/replay.c b/examples/smpi/replay.c
deleted file mode 100644 (file)
index 3aad3c2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (c) 2009, 2010, 2011, 2012. The SimGrid Team.
- * All rights reserved.                                                     */
-
-/* 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 "smpi/smpi.h"
-
-int main(int argc, char *argv[])
-{
-  smpi_replay_init(&argc, &argv);
-
-  /* Actually do the simulation using smpi_action_trace_run */
-  smpi_action_trace_run(NULL);
-  smpi_replay_finalize();
-
-  return 0;
-}