Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
minor change broke the build. My bad. It should be fixed now.
[simgrid.git] / src / smpi / smpi_base.c
index 330e3d3..7f0fd9d 100644 (file)
@@ -112,7 +112,6 @@ void smpi_mpi_init()
 void smpi_mpi_finalize()
 {
        int i;
-       int rank = smpi_mpi_comm_rank_self(smpi_mpi_global->mpi_comm_world);
 
        SIMIX_mutex_lock(smpi_global->running_hosts_count_mutex);
        i = --smpi_global->running_hosts_count;