Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We have to somehow rely on F2C if we want it.
[simgrid.git] / include / smpi / smpif.h
diff --git a/include/smpi/smpif.h b/include/smpi/smpif.h
deleted file mode 100644 (file)
index 156c9ea..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright (c) 2007, 2008, 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 SMPIF_H
-#define SMPIF_H
-
-#include <xbt/misc.h>
-
-XBT_PUBLIC(int) smpi_process_argc(void);
-XBT_PUBLIC(int) smpi_process_getarg(int* index, char* dst, size_t len);
-XBT_PUBLIC(int) smpi_global_rank(void);
-XBT_PUBLIC(int) smpi_global_size(void);
-
-#endif