From dc833e628c07ce15915c7ef679a25873e7abeea7 Mon Sep 17 00:00:00 2001 From: suter Date: Wed, 26 Sep 2012 14:59:46 +0200 Subject: [PATCH] moved to examples/smpi/replay/replay.c --- examples/smpi/replay.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 examples/smpi/replay.c diff --git a/examples/smpi/replay.c b/examples/smpi/replay.c deleted file mode 100644 index 3aad3c2b52..0000000000 --- a/examples/smpi/replay.c +++ /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; -} -- 2.20.1