Removing unused lid.
This commit was SVN r16794.
Этот коммит содержится в:
родитель
aa79bdabc8
Коммит
3e2e4f6d2a
@ -236,8 +236,6 @@ int mca_btl_openib_add_procs(
|
||||
OPAL_THREAD_UNLOCK(&ib_proc->proc_lock);
|
||||
return OMPI_ERROR;
|
||||
}
|
||||
/* we caching REMOTE_LID to the endpoint */
|
||||
endpoint->lid = ib_proc->proc_ports[j].lid;
|
||||
}
|
||||
#endif
|
||||
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*/
|
||||
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
|
||||
that keeps remote port info */
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user