X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72b97973d4520d580ad2253c77935b86eedf3706..b3b356352e87ae00a20f737c48e19b0c8413455a:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index cd4fdcb92f..c911cac20f 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009-2014. The SimGrid Team. +/* Copyright (c) 2007, 2009-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -108,10 +108,8 @@ typedef struct s_smpi_mpi_request { MPI_Request detached_sender; int refcount; MPI_Op op; -#ifdef HAVE_TRACING int send; int recv; -#endif } s_smpi_mpi_request_t; typedef struct s_smpi_mpi_comm_key_elem { @@ -738,7 +736,6 @@ void mpi_comm_spawn_multiple_ ( int* count, char *array_of_commands, char** arra void mpi_comm_get_parent_ ( int*parent, int* ierr); -#ifdef HAVE_TRACING /********** Tracing **********/ /* from smpi_instr.c */ void TRACE_internal_smpi_set_category (const char *category); @@ -761,7 +758,6 @@ void TRACE_smpi_send(int rank, int src, int dst, int size); void TRACE_smpi_recv(int rank, int src, int dst); void TRACE_smpi_init(int rank); void TRACE_smpi_finalize(int rank); -#endif const char* encode_datatype(MPI_Datatype datatype, int* known); @@ -774,6 +770,7 @@ typedef struct s_smpi_privatisation_region { extern smpi_privatisation_region_t smpi_privatisation_regions; extern int smpi_loaded_page; +extern int smpi_universe_size; int SIMIX_process_get_PID(smx_process_t self);