Crap.  We're in quiet time.

+1 beer for Josh.

Sorry Josh!



On Jun 26, 2012, at 5:24 PM, <svn-commit-mai...@open-mpi.org> 
<svn-commit-mai...@open-mpi.org> wrote:

> Author: jsquyres (Jeff Squyres)
> Date: 2012-06-26 17:24:45 EDT (Tue, 26 Jun 2012)
> New Revision: 26669
> URL: https://svn.open-mpi.org/trac/ompi/changeset/26669
> 
> Log:
> Fix memchecker usage in these functions -- these variables are not
> used.  They're just copy-n-paste errors from the MPI_Reduce_scatter
> variants.
> 
> Text files modified: 
>   trunk/ompi/mpi/c/ireduce_scatter_block.c |     3 ---                        
>              
>   trunk/ompi/mpi/c/reduce_scatter_block.c  |     3 ---                        
>              
>   2 files changed, 0 insertions(+), 6 deletions(-)
> 
> Modified: trunk/ompi/mpi/c/ireduce_scatter_block.c
> ==============================================================================
> --- trunk/ompi/mpi/c/ireduce_scatter_block.c  Tue Jun 26 15:53:26 2012        
> (r26668)
> +++ trunk/ompi/mpi/c/ireduce_scatter_block.c  2012-06-26 17:24:45 EDT (Tue, 
> 26 Jun 2012)      (r26669)
> @@ -47,9 +47,6 @@
> 
>     MEMCHECKER(
>         int rank;
> -        
> -        size = ompi_comm_size(comm);
> -        rank = ompi_comm_rank(comm);
> 
>         memchecker_comm(comm);
>         memchecker_datatype(datatype);
> 
> Modified: trunk/ompi/mpi/c/reduce_scatter_block.c
> ==============================================================================
> --- trunk/ompi/mpi/c/reduce_scatter_block.c   Tue Jun 26 15:53:26 2012        
> (r26668)
> +++ trunk/ompi/mpi/c/reduce_scatter_block.c   2012-06-26 17:24:45 EDT (Tue, 
> 26 Jun 2012)      (r26669)
> @@ -47,9 +47,6 @@
>     MEMCHECKER(
>         int rank;
> 
> -        size = ompi_comm_size(comm);
> -        rank = ompi_comm_rank(comm);
> -
>         memchecker_comm(comm);
>         memchecker_datatype(datatype);
> 
> _______________________________________________
> svn-full mailing list
> svn-f...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/svn-full


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to