[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-34-g31c81da
Service Account
noreply at mpich.org
Tue Dec 22 14:56:17 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 31c81dac2a09d9117597c13b7956ca84f4b164e8 (commit)
from f7a478d238a80d647eca1d965ab83a329ac75975 (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/31c81dac2a09d9117597c13b7956ca84f4b164e8
commit 31c81dac2a09d9117597c13b7956ca84f4b164e8
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Tue Dec 22 14:55:33 2015 -0600
ch3/vc: remove unused variable
No reviewer.
diff --git a/src/mpid/ch3/src/mpid_vc.c b/src/mpid/ch3/src/mpid_vc.c
index 8a616e1..fc6f7e7 100644
--- a/src/mpid/ch3/src/mpid_vc.c
+++ b/src/mpid/ch3/src/mpid_vc.c
@@ -935,7 +935,7 @@ static int populate_ids_from_mapping(char *mapping, MPID_Node_id_t *max_node_id,
int nblocks = 0;
int rank;
int block, block_node, node_proc;
- int *tmp_rank_list, i;
+ int i;
int found_wrap;
*did_map = 1; /* reset upon failure */
-----------------------------------------------------------------------
Summary of changes:
src/mpid/ch3/src/mpid_vc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list