]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/comm/dup.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate mpich3 tests for post/wait/start/complete RMA calls
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / dup.c
index c9a06e6e79df440ca3a548fcbc6c301cced4d9a7..a30975fb4042847588b6580a958f42dbcc830d39 100644 (file)
@@ -33,6 +33,7 @@ int main( int argc, char **argv )
     }
 
     /* Can we communicate with this new communicator? */
+    dest = MPI_PROC_NULL;
     if (rank == 0) {
        dest = size - 1;
        a = rank;