X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e694957c5830a9f1407392fa7f76796274aa4d18..f7d3e337e64b54125c8a990a99583383a6bf9780:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 9c8c789a3b..18049de4d5 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -285,6 +285,7 @@ int smpi_coll_basic_alltoallv(void *sendbuf, int *sendcounts, MPI_Comm comm); // utilities +extern int smpi_sample_is_running; void smpi_bench_destroy(void); void smpi_bench_begin(void); void smpi_bench_end(void);