Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
There should not be msg datatypes here
authordegomme <degomme@localhost.localdomain>
Mon, 17 Nov 2014 22:24:32 +0000 (23:24 +0100)
committerdegomme <degomme@localhost.localdomain>
Mon, 17 Nov 2014 22:43:33 +0000 (23:43 +0100)
src/smpi/smpi_comm.c

index 7518c15..c06b16d 100644 (file)
@@ -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;