1
1
This commit was SVN r25159.
Этот коммит содержится в:
Nathan Hjelm 2011-09-19 21:13:59 +00:00
родитель de950959ee
Коммит 8cd550f49f
2 изменённых файлов: 2 добавлений и 3 удалений

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

@ -42,7 +42,6 @@
#include "btl_openib_endpoint.h"
#include "btl_openib_proc.h"
#include "connect/connect.h"
#include "orte/util/show_help.h"
#if (ENABLE_DYNAMIC_SL)
#include "connect/btl_openib_connect_sl.h"
@ -493,7 +492,7 @@ static int qp_create_one(mca_btl_base_endpoint_t* endpoint, int qp,
orte_show_help("help-mpi-btl-openib-cpc-base.txt",
"ibv_create_qp failed", true,
orte_process_info.nodename,
ibv_get_device_name(m->btl->device->ib_dev),
ibv_get_device_name(openib_btl->device->ib_dev),
"Reliable connected (RC)");
return OMPI_ERROR;
}

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

@ -416,7 +416,7 @@ static int xoob_send_qp_create (mca_btl_base_endpoint_t* endpoint)
orte_show_help("help-mpi-btl-openib-cpc-base.txt",
"ibv_create_qp failed", true,
orte_process_info.nodename,
ibv_get_device_name(m->btl->device->ib_dev),
ibv_get_device_name(openib_btl->device->ib_dev),
"Reliable connected (XRC)");
return OMPI_ERROR;
}