Fix a compiler warning.
This commit was SVN r13134.
Этот коммит содержится в:
родитель
fbeaf0919d
Коммит
754042f1fc
@ -98,8 +98,8 @@ static mca_btl_openib_proc_t* mca_btl_openib_proc_lookup_ompi(ompi_proc_t* ompi_
|
|||||||
mca_btl_openib_proc_t* mca_btl_openib_proc_create(ompi_proc_t* ompi_proc)
|
mca_btl_openib_proc_t* mca_btl_openib_proc_create(ompi_proc_t* ompi_proc)
|
||||||
{
|
{
|
||||||
mca_btl_openib_proc_t* module_proc = NULL;
|
mca_btl_openib_proc_t* module_proc = NULL;
|
||||||
size_t size;
|
size_t size, i;
|
||||||
int rc,i;
|
int rc;
|
||||||
|
|
||||||
/* Check if we have already created a IB proc
|
/* Check if we have already created a IB proc
|
||||||
* structure for this ompi process */
|
* structure for this ompi process */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user