Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups: there is no random in the platforms since a while
[simgrid.git] / src / include / smpi / smpi_interface.h
index 2a44cfe..d139ada 100644 (file)
@@ -1,8 +1,14 @@
+/* Copyright (c) 2012-2015. 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 _SMPI_INTERFACE_H
 #define _SMPI_INTERFACE_H
 #include "smpi/smpi.h"
 
-
+SG_BEGIN_DECL()
 
 /** \brief MPI collective description
  */
@@ -110,5 +116,13 @@ XBT_PUBLIC_DATA(int (*mpi_coll_barrier_fun)
 XBT_PUBLIC(void) coll_help(const char *category,
                            s_mpi_coll_description_t * table);
 XBT_PUBLIC(int) find_coll_description(s_mpi_coll_description_t * table,
-                                      char *name);
+                                      char *name, const char *desc);
+
+
+extern XBT_PRIVATE double smpi_wtime_sleep;
+extern XBT_PRIVATE double smpi_iprobe_sleep;
+extern XBT_PRIVATE double smpi_test_sleep;
+
+SG_END_DECL()
+
 #endif                          /* _SMPI_INTERFAC_H */