X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49cb11c26e1ebc2b3042f78e6c4638d6d5403e3b..fdc1a282a7200e7131298083d6dd41f6aa8beb89:/include/smpi/smpif.h.in diff --git a/include/smpi/smpif.h.in b/include/smpi/smpif.h.in index bbcb661ac1..37b80e8718 100644 --- a/include/smpi/smpif.h.in +++ b/include/smpi/smpif.h.in @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,11 +7,9 @@ #ifndef SMPIF_H #define SMPIF_H -#cmakedefine HAVE_F2C_H @HAVE_SMPI_F2C_H@ +#cmakedefine SMPI_F2C @SMPI_F2C@ -#ifndef HAVE_F2C_H -#error F2C is mandatory -#endif +#ifdef SMPI_F2C #include #include @@ -19,6 +17,7 @@ XBT_PUBLIC_DATA(__thread int) smpi_current_rank; +XBT_PUBLIC(void) smpi_process_init(int *argc, char ***argv); XBT_PUBLIC(int) smpi_process_argc(void); XBT_PUBLIC(int) smpi_process_getarg(integer* index, char* dst, ftnlen len); XBT_PUBLIC(int) smpi_global_size(void); @@ -45,3 +44,5 @@ XBT_PUBLIC(int) smpi_global_size(void); #endif + +#endif // SMPI_F2C