Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to clean MM smpi example
[simgrid.git] / examples / smpi / MM / 2.5D_MM.h
diff --git a/examples/smpi/MM/2.5D_MM.h b/examples/smpi/MM/2.5D_MM.h
deleted file mode 100644 (file)
index 3415d6b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Copyright (c) 2012, 2014. 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 <mpi.h>
-double two_dot_five(
-                    size_t m, size_t k, size_t n,
-                    size_t Block_size, size_t group, size_t key,
-                    size_t size_row, size_t size_col, size_t NB_groups );
-