[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-172-g03b1213

Service Account noreply at mpich.org
Thu Feb 26 11:55:49 CST 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  03b1213468cef2ba85519491a16c21ad3bb678f6 (commit)
      from  5a10283bf7fdda65ba48bac088aacf052ac232ca (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/03b1213468cef2ba85519491a16c21ad3bb678f6

commit 03b1213468cef2ba85519491a16c21ad3bb678f6
Author: Wesley Bland <wbland at anl.gov>
Date:   Wed Feb 25 10:17:24 2015 -0600

    Remove unused variable in alltoallw
    
    Signed-off-by: Rob Latham <robl at mcs.anl.gov>

diff --git a/src/mpi/coll/alltoallw.c b/src/mpi/coll/alltoallw.c
index e55d55a..e4b534b 100644
--- a/src/mpi/coll/alltoallw.c
+++ b/src/mpi/coll/alltoallw.c
@@ -258,11 +258,9 @@ int MPIR_Alltoallw_inter(const void *sendbuf, const int sendcounts[], const int
     int src, dst, rank, sendcount, recvcount;
     char *sendaddr, *recvaddr;
     MPI_Datatype sendtype, recvtype;
-    MPI_Comm comm;
-    
-    local_size = comm_ptr->local_size; 
+
+    local_size = comm_ptr->local_size;
     remote_size = comm_ptr->remote_size;
-    comm = comm_ptr->handle;
     rank = comm_ptr->rank;
 
     /* check if multiple threads are calling this collective function */

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

Summary of changes:
 src/mpi/coll/alltoallw.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list