X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f00ffb4ea8272126f9a81ec6b8adc6e021182bde..5811ded710c22d5cdc908db44b8282519e4f543e:/src/smpi/smpi_comm.cpp diff --git a/src/smpi/smpi_comm.cpp b/src/smpi/smpi_comm.cpp index 3513ba66ff..eef72d0038 100644 --- a/src/smpi/smpi_comm.cpp +++ b/src/smpi/smpi_comm.cpp @@ -382,7 +382,7 @@ void smpi_comm_init_smp(MPI_Comm comm){ } //identify neighbours in comm //get the indexes of all processes sharing the same simix host - xbt_swag_t process_list = simcall_host_get_process_list(SIMIX_host_self()); + xbt_swag_t process_list = SIMIX_host_self()->processes(); int intra_comm_size = 0; //only one process/node, disable SMP support and return // if(intra_comm_size==1){