I had to revert this commit so the trunk would build again. Perhaps you and 
Brian could work together to update the implementation to match whatever API is 
correct, and then commit the entire change as one revision so the trunk remains 
buildable?


On Jul 18, 2012, at 7:23 AM, svn-commit-mai...@open-mpi.org wrote:

> Author: bosilca (George Bosilca)
> Date: 2012-07-18 10:23:23 EDT (Wed, 18 Jul 2012)
> New Revision: 26801
> URL: https://svn.open-mpi.org/trac/ompi/changeset/26801
> 
> Log:
> Fix the non-blocking collective prototypes.
> 
> Text files modified: 
>   trunk/ompi/include/mpi.h.in |     6 ++----                                  
>   1 files changed, 2 insertions(+), 4 deletions(-)
> 
> Modified: trunk/ompi/include/mpi.h.in
> ==============================================================================
> --- trunk/ompi/include/mpi.h.in       Wed Jul 18 10:22:45 2012        (r26800)
> +++ trunk/ompi/include/mpi.h.in       2012-07-18 10:23:23 EDT (Wed, 18 Jul 
> 2012)      (r26801)
> @@ -2003,12 +2003,10 @@
>                                      MPI_Datatype datatype, MPI_Op);
> OMPI_DECLSPEC  int PMPI_Reduce_scatter(void *sendbuf, void *recvbuf, int 
> *recvcounts,
>                                        MPI_Datatype datatype, MPI_Op op, 
> MPI_Comm comm);
> -OMPI_DECLSPEC  int PMPI_Ireduce_scatter(void *sendbuf, void *recvbuf, int 
> *recvcounts,
> -                                        MPI_Datatype datatype, MPI_Op op, 
> MPI_Comm comm, MPI_Request *request);
> -OMPI_DECLSPEC  int PMPI_Reduce_scatter(void *sendbuf, void *recvbuf, int 
> *recvcounts,
> -                                       MPI_Datatype datatype, MPI_Op op, 
> MPI_Comm comm);
> OMPI_DECLSPEC  int PMPI_Reduce_scatter_block(void *sendbuf, void *recvbuf, 
> int recvcount,
>                                              MPI_Datatype datatype, MPI_Op 
> op, MPI_Comm comm);
> +OMPI_DECLSPEC  int PMPI_Ireduce_scatter(void *sendbuf, void *recvbuf, int 
> *recvcounts,
> +                                       MPI_Datatype datatype, MPI_Op op, 
> MPI_Comm comm);
> OMPI_DECLSPEC  int PMPI_Ireduce_scatter_block(void *sendbuf, void *recvbuf, 
> int recvcount,
>                                               MPI_Datatype datatype, MPI_Op 
> op, MPI_Comm comm, MPI_Request *request);
> OMPI_DECLSPEC  int PMPI_Register_datarep(char *datarep,
> _______________________________________________
> svn mailing list
> s...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/svn


Reply via email to