Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / examples / gras / mmrpc / mmrpc.h
diff --git a/examples/gras/mmrpc/mmrpc.h b/examples/gras/mmrpc/mmrpc.h
deleted file mode 100644 (file)
index 3f08bc8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* GridRPC - Fake Grid RPC thingy doing matrix multiplications (as expected)*/
-
-/* Copyright (c) 2006, 2009, 2010. 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. */
-
-#ifndef MMRPC_H
-#define MMRPC_H
-
-#include "gras.h"
-
-#define MATSIZE 128
-
-/* register messages which may be sent and their payload
-   (common to client and server) */
-void mmrpc_register_messages(void);
-
-/* Function prototypes */
-int server(int argc, char *argv[]);
-int client(int argc, char *argv[]);
-
-#endif                          /* MMRPC_H */