Author: dinan Date: 2012-12-31 16:40:15 -0600 (Mon, 31 Dec 2012) New Revision: 10809 Modified: mpich2/trunk/src/include/mpi.h.in Log: Removed duplicate declaration from mpi.h.in Removed duplicate PMPI_Comm_create_group declaration. Patch provided by Jed Brown. Modified: mpich2/trunk/src/include/mpi.h.in =================================================================== --- mpich2/trunk/src/include/mpi.h.in 2012-12-29 04:21:55 UTC (rev 10808) +++ mpich2/trunk/src/include/mpi.h.in 2012-12-31 22:40:15 UTC (rev 10809) @@ -2025,7 +2025,6 @@ int PMPI_Comm_create_group(MPI_Comm comm, MPI_Group group, int tag, MPI_Comm *newcomm); /* MPI-3 "large count" routines */ -int PMPI_Comm_create_group(MPI_Comm comm, MPI_Group group, int tag, MPI_Comm * newcomm); int PMPI_Get_elements_x(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count); int PMPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype, MPI_Count count); int PMPI_Type_get_extent_x(MPI_Datatype datatype, MPI_Count *lb, MPI_Count *extent);
participants (1)
-
dinan@mcs.anl.gov