Add missing commit
This commit was SVN r26501.
Этот коммит содержится в:
родитель
e705de1ce6
Коммит
9883f42caf
@ -960,7 +960,10 @@ static void orte_pmap_construct(orte_pmap_t *ptr)
|
||||
ptr->node = -1;
|
||||
ptr->local_rank = ORTE_LOCAL_RANK_INVALID;
|
||||
ptr->node_rank = ORTE_NODE_RANK_INVALID;
|
||||
#if OPAL_HAVE_HWLOC
|
||||
ptr->bind_idx = 0;
|
||||
ptr->locality = OPAL_PROC_LOCALITY_UNKNOWN;
|
||||
#endif
|
||||
}
|
||||
OBJ_CLASS_INSTANCE(orte_pmap_t,
|
||||
opal_object_t,
|
||||
|
@ -555,8 +555,12 @@ typedef struct {
|
||||
orte_local_rank_t local_rank;
|
||||
/* node rank */
|
||||
orte_node_rank_t node_rank;
|
||||
#if OPAL_HAVE_HWLOC
|
||||
/* bind index */
|
||||
unsigned int bind_idx;
|
||||
/* locality */
|
||||
opal_hwloc_locality_t locality;
|
||||
#endif
|
||||
} orte_pmap_t;
|
||||
ORTE_DECLSPEC OBJ_CLASS_DECLARATION(orte_pmap_t);
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user