1
1
This commit was SVN r16794.
Этот коммит содержится в:
Pavel Shamis 2007-11-28 10:06:57 +00:00
родитель aa79bdabc8
Коммит 3e2e4f6d2a
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -236,8 +236,6 @@ int mca_btl_openib_add_procs(
OPAL_THREAD_UNLOCK(&ib_proc->proc_lock); OPAL_THREAD_UNLOCK(&ib_proc->proc_lock);
return OMPI_ERROR; return OMPI_ERROR;
} }
/* we caching REMOTE_LID to the endpoint */
endpoint->lid = ib_proc->proc_ports[j].lid;
} }
#endif #endif
mca_btl_openib_endpoint_init(openib_btl, endpoint); mca_btl_openib_endpoint_init(openib_btl, endpoint);

Просмотреть файл

@ -193,8 +193,6 @@ struct mca_btl_base_endpoint_t {
uint64_t subnet_id; /**< subnet id of this endpoint*/ uint64_t subnet_id; /**< subnet id of this endpoint*/
uint16_t lid; /**< used only for xrc. caching remote lid number.
Pasha: do we need to cache it here ?!!! */
struct ib_address_t *ib_addr; /**< used only for xrc; pointer to struct struct ib_address_t *ib_addr; /**< used only for xrc; pointer to struct
that keeps remote port info */ that keeps remote port info */