X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5cc4d9c9201ee45e999635c1d3ae41ba6a844d56..73f730073c2793c40652d390f90fc8e1d2f32bbf:/src/smpi/smpi_comm.c diff --git a/src/smpi/smpi_comm.c b/src/smpi/smpi_comm.c index c06b16d9f0..e2df67d4a5 100644 --- a/src/smpi/smpi_comm.c +++ b/src/smpi/smpi_comm.c @@ -18,7 +18,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_comm, smpi, "Logging specific to SMPI (comm)"); xbt_dict_t smpi_comm_keyvals = NULL; -int comm_keyval_id=MPI_TAG_UB+1;//avoid collisions +int comm_keyval_id = 0;//avoid collisions /* Support for cartesian topology was added, but there are 2 other types of * topology, graph et dist graph. In order to support them, we have to add a @@ -617,4 +617,3 @@ int smpi_comm_keyval_free(int* keyval){ xbt_free(elem); return MPI_SUCCESS; } -