1
1
This commit was SVN r12139.
Этот коммит содержится в:
Rainer Keller 2006-10-17 16:34:52 +00:00
родитель 13227e36ab
Коммит 668902c780
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -600,7 +600,8 @@ static void mca_btl_openib_endpoint_recv(
if(ORTE_SUCCESS != rc) { if(ORTE_SUCCESS != rc) {
ORTE_ERROR_LOG(rc); ORTE_ERROR_LOG(rc);
return; return;
}rc = orte_dss.unpack(buffer, &rem_info.rem_psn_lp, &cnt, ORTE_UINT32); }
rc = orte_dss.unpack(buffer, &rem_info.rem_psn_lp, &cnt, ORTE_UINT32);
if(ORTE_SUCCESS != rc) { if(ORTE_SUCCESS != rc) {
ORTE_ERROR_LOG(rc); ORTE_ERROR_LOG(rc);
return; return;

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

@ -65,7 +65,7 @@ OBJ_CLASS_INSTANCE(
* key in info that does not match any mpool, an error will be returned. * key in info that does not match any mpool, an error will be returned.
* *
* If the info parameter is MPI_INFO_NULL, then this function will try to allocate * If the info parameter is MPI_INFO_NULL, then this function will try to allocate
* the memory and register it wih as many mpools as possible. However, * the memory and register it with as many mpools as possible. However,
* if any of the registratons fail the mpool will simply be ignored. * if any of the registratons fail the mpool will simply be ignored.
* *
* @param size the size of the memory area to allocate * @param size the size of the memory area to allocate