X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b4e20873a7bd405842f3d8d1e6dd1d518db5535..fa222c38f9b796be07ab4351ffc810a61a8fd705:/src/include/smpi/smpi_interface.h diff --git a/src/include/smpi/smpi_interface.h b/src/include/smpi/smpi_interface.h index 2a44cfe2c8..25845ca8e1 100644 --- a/src/include/smpi/smpi_interface.h +++ b/src/include/smpi/smpi_interface.h @@ -1,3 +1,9 @@ +/* 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" @@ -110,5 +116,11 @@ 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 double smpi_wtime_sleep; +extern double smpi_iprobe_sleep; +extern double smpi_test_sleep; + #endif /* _SMPI_INTERFAC_H */