[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b3-273-g637cf86

Service Account noreply at mpich.org
Tue Jul 21 22:23:07 CDT 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  637cf86f6f7dd3c444133e69874a0739640d2dfc (commit)
      from  7ca8ec3fc9421261dcab47af36a9f5e4ef6c2e28 (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/637cf86f6f7dd3c444133e69874a0739640d2dfc

commit 637cf86f6f7dd3c444133e69874a0739640d2dfc
Author: Pavan Balaji <balaji at anl.gov>
Date:   Tue Jul 21 12:03:47 2015 -0500

    Remove unnecessary patch that was carried forward.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology.c b/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology.c
index 4465c00..1636730 100644
--- a/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology.c
+++ b/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology.c
@@ -3038,7 +3038,7 @@ hwloc__check_children(struct hwloc_obj *parent)
    */
   if (parent->complete_cpuset) {
     int firstchild;
-    int prev_firstchild __hwloc_attribute_unused = -1; /* -1 works fine with first comparisons below */
+    int prev_firstchild = -1; /* -1 works fine with first comparisons below */
     for(j=0; j<parent->arity; j++) {
       if (!parent->children[j]->complete_cpuset
 	  || hwloc_bitmap_iszero(parent->children[j]->complete_cpuset))

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

Summary of changes:
 src/pm/hydra/tools/topo/hwloc/hwloc/src/topology.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list