Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This file is now generated by cmake.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Nov 2010 13:46:15 +0000 (13:46 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Nov 2010 13:46:15 +0000 (13:46 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8757 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/smpi/smpif.h [deleted file]

diff --git a/include/smpi/smpif.h b/include/smpi/smpif.h
deleted file mode 100644 (file)
index 43a1f9b..0000000
+++ /dev/null
@@ -1,25 +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 "gras_config.h" //For HAVE_SMPI_F2C_H
-
-#ifdef HAVE_SMPI_F2C_H
-       #undef min //Need because first def in xbt.h
-       #undef max //Need because first def in xbt.h
-       #include <f2c.h>
-#endif
-
-#include <xbt/misc.h>
-
-XBT_PUBLIC(int) smpi_process_argc(void);
-XBT_PUBLIC(int) smpi_process_getarg(integer* index, char* dst, ftnlen len);
-XBT_PUBLIC(int) smpi_global_rank(void);
-XBT_PUBLIC(int) smpi_global_size(void);
-
-#endif