X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b05bce78a73d4669fa1128e9d1d8842076aa4333..c8304965b869fd1264284ea426f02dcd111fb62b:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index bd4cdb0d5c..091fb009d7 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -4,7 +4,7 @@ #include "simix/simix.h" #include "xbt/mallocator.h" #include "xbt/xbt_os_time.h" -#include "smpi.h" +#include "smpi/smpi.h" #define SMPI_DEFAULT_SPEED 100 #define SMPI_REQUEST_MALLOCATOR_SIZE 100 @@ -90,7 +90,6 @@ void smpi_mpi_finalize(void); void smpi_bench_begin(void); void smpi_bench_end(void); void smpi_barrier(smpi_mpi_communicator_t *comm); -int smpi_comm_rank(smpi_mpi_communicator_t *comm, smx_host_t host); int smpi_create_request(void *buf, int count, smpi_mpi_datatype_t *datatype, int src, int dst, int tag, smpi_mpi_communicator_t *comm, smpi_mpi_request_t **request); int smpi_isend(smpi_mpi_request_t *request);