Changeset 5722

Show
Ignore:
Timestamp:
11/06/09 08:41:53 (2 weeks ago)
Author:
mercierg
Message:

Temporary fix. Setting this pointer seems to corrupt hwloc's topology object.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/pm/hydra/tools/bind/hwloc/bind_hwloc.c

    r5712 r5722  
    7777        HYDU_MALLOC(node_ptr->children, struct HYDT_topo_obj *, 
    7878                    sizeof(struct HYDT_topo_obj) * node_ptr->num_children, status); 
    79         node_ptr->shared_memory_depth = NULL; 
    80  
     79       /* GM: Fix me! */ 
     80       /*  node_ptr->shared_memory_depth = NULL; */ 
     81        
    8182        /* Setup the socket level */ 
    8283        for (sock = 0; sock < node_ptr->num_children; sock++) {