From: degomme Date: Mon, 17 Nov 2014 22:24:32 +0000 (+0100) Subject: There should not be msg datatypes here X-Git-Tag: v3_12~732^2~208 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/19254cae800074d55a24dfc38c2797205ad8eead There should not be msg datatypes here --- diff --git a/src/smpi/smpi_comm.c b/src/smpi/smpi_comm.c index 7518c1582d..c06b16d9f0 100644 --- a/src/smpi/smpi_comm.c +++ b/src/smpi/smpi_comm.c @@ -386,7 +386,7 @@ void smpi_comm_init_smp(MPI_Comm comm){ int i =0; int min_index=INT_MAX;//the minimum index will be the leader - msg_process_t process = NULL; + smx_process_t process = NULL; xbt_swag_foreach(process, process_list) { //is_in_comm=0; int index = SIMIX_process_get_PID(process) -1;