X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d504ff630c68bc8bf3e42a22ddcff4ebc62dbe51..f7bfc7f9646c3f1c3b350a78b2fae5a35ea939f7:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 1f7d45d14a..cf468565ca 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -114,7 +114,7 @@ void smpi_datatype_use(MPI_Datatype type); void smpi_datatype_unuse(MPI_Datatype type); int smpi_datatype_contiguous(int count, MPI_Datatype old_type, - MPI_Datatype* new_type); + MPI_Datatype* new_type, MPI_Aint lb); int smpi_datatype_vector(int count, int blocklen, int stride, MPI_Datatype old_type, MPI_Datatype* new_type);