Changeset 5722
- Timestamp:
- 11/06/09 08:41:53 (2 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/pm/hydra/tools/bind/hwloc/bind_hwloc.c
r5712 r5722 77 77 HYDU_MALLOC(node_ptr->children, struct HYDT_topo_obj *, 78 78 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 81 82 /* Setup the socket level */ 82 83 for (sock = 0; sock < node_ptr->num_children; sock++) {
