[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b4-71-g8b3b041

Service Account noreply at mpich.org
Tue Aug 4 16:45:25 CDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  8b3b041804d0b179db413a0c1047346b0b2a5cf7 (commit)
      from  d5a534c547e168b65de6bca7a52d7dbe00118596 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/8b3b041804d0b179db413a0c1047346b0b2a5cf7

commit 8b3b041804d0b179db413a0c1047346b0b2a5cf7
Author: Huiwei Lu <huiweilu at mcs.anl.gov>
Date:   Tue Aug 4 16:44:50 2015 -0500

    Revert "Mark comm_idup_comm2 as xfail"
    
    This reverts commit d5a534c547e168b65de6bca7a52d7dbe00118596.

diff --git a/test/mpi/comm/comm_idup_comm2.c b/test/mpi/comm/comm_idup_comm2.c
index 50e80d7..dd476dc 100644
--- a/test/mpi/comm/comm_idup_comm2.c
+++ b/test/mpi/comm/comm_idup_comm2.c
@@ -45,7 +45,6 @@ int main(int argc, char **argv)
 
     /* Overlap pending idups with various comm generation functions */
 
-#if 0
     /* Comm_dup */
     MPI_Comm_dup(dupcomm, &outcomm);
     errs += MTestTestComm(outcomm);
@@ -65,7 +64,6 @@ int main(int argc, char **argv)
     MPI_Group_free(&high_group);
     errs += MTestTestComm(outcomm);
     MTestFreeComm(&outcomm);
-#endif
 
     /* Comm_create_group, even ranks of dupcomm */
     /* exclude the odd ranks */
@@ -87,7 +85,6 @@ int main(int argc, char **argv)
     errs += MTestTestComm(outcomm);
     MTestFreeComm(&outcomm);
 
-#if 0
     /* Intercomm_create & Intercomm_merge */
     MPI_Comm_split(dupcomm, (rank < size / 2), rank, &local_comm);
 
@@ -111,7 +108,6 @@ int main(int argc, char **argv)
 
     errs += MTestTestComm(outcomm);
     MTestFreeComm(&outcomm);
-#endif
 
     MPI_Waitall(NUM_IDUPS, reqs, MPI_STATUSES_IGNORE);
     for (i = 0; i < NUM_IDUPS; i++) {
diff --git a/test/mpi/comm/testlist b/test/mpi/comm/testlist
index fce0780..416237b 100644
--- a/test/mpi/comm/testlist
+++ b/test/mpi/comm/testlist
@@ -33,7 +33,7 @@ comm_idup_iallreduce 6 mpiversion=3.0
 comm_idup_nb 6 mpiversion=3.0
 comm_idup_isend 6 mpiversion=3.0
 comm_idup_comm 6 mpiversion=3.0
-comm_idup_comm2 6 mpiversion=3.0 xfail=ticket2295
+comm_idup_comm2 6 mpiversion=3.0
 dup_with_info 2 mpiversion=3.0
 dup_with_info 4 mpiversion=3.0
 dup_with_info 9 mpiversion=3.0

-----------------------------------------------------------------------

Summary of changes:
 test/mpi/comm/comm_idup_comm2.c |    4 ----
 test/mpi/comm/testlist          |    2 +-
 2 files changed, 1 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list