X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc63d7b267be4c20633a0be7db63b3d88030bee6..e2d72ea4851a108ca87a7f3294431a9141317b25:/teshsuite/smpi/mpich3-test/comm/dup_with_info.c diff --git a/teshsuite/smpi/mpich3-test/comm/dup_with_info.c b/teshsuite/smpi/mpich3-test/comm/dup_with_info.c index c0472c0b4c..e63acaaa94 100644 --- a/teshsuite/smpi/mpich3-test/comm/dup_with_info.c +++ b/teshsuite/smpi/mpich3-test/comm/dup_with_info.c @@ -28,6 +28,7 @@ int run_tests(MPI_Comm comm) MPI_Barrier(comm); /* Can we communicate with this new communicator? */ + dest = MPI_PROC_NULL; if (rank == 0) { dest = size - 1; a = rank;