1
1

Correct a type that break the PSM build.

This commit was SVN r12069.
Этот коммит содержится в:
George Bosilca 2006-10-09 23:14:22 +00:00
родитель 0e9dc590b7
Коммит 179067dfb5

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

@ -92,7 +92,7 @@ ompi_mtl_psm_isend(struct mca_mtl_base_module_t* mtl,
int ret;
mca_mtl_psm_request_t * mtl_psm_request = (mca_mtl_psm_request_t*) mtl_request;
size_t length;
ompi_proc_t* proc = ompi_comm_peer_lookup( comm, dest );
ompi_proc_t* ompi_proc = ompi_comm_peer_lookup( comm, dest );
mca_mtl_psm_endpoint_t* psm_endpoint = (mca_mtl_psm_endpoint_t*)ompi_proc->proc_pml;
assert(mtl == &ompi_mtl_psm.super);