Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix dead assignments.
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / dup.c
index a30975f..c9a06e6 100644 (file)
@@ -33,7 +33,6 @@ int main( int argc, char **argv )
     }
 
     /* Can we communicate with this new communicator? */
     }
 
     /* Can we communicate with this new communicator? */
-    dest = MPI_PROC_NULL;
     if (rank == 0) {
        dest = size - 1;
        a = rank;
     if (rank == 0) {
        dest = size - 1;
        a = rank;