1
1
This commit was SVN r17126.
Этот коммит содержится в:
Jon Mason 2008-01-12 18:47:17 +00:00
родитель 72bef32e65
Коммит 626e0814a2

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

@ -255,11 +255,11 @@ static int mca_btl_openib_size_queues(struct mca_btl_openib_module_t* openib_btl
}
rc = adjust_cq(hca, BTL_OPENIB_HP_CQ);
if(rc != OMPI_SUCCESS)
if (OMPI_SUCCESS != rc)
goto out;
rc = adjust_cq(hca, BTL_OPENIB_LP_CQ);
if(rc != OMPI_SUCCESS)
if (OMPI_SUCCESS != rc)
goto out;
if(0 == openib_btl->num_peers)