- trivial spelling
This commit was SVN r12139.
Этот коммит содержится в:
родитель
13227e36ab
Коммит
668902c780
@ -600,7 +600,8 @@ static void mca_btl_openib_endpoint_recv(
|
||||
if(ORTE_SUCCESS != rc) {
|
||||
ORTE_ERROR_LOG(rc);
|
||||
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) {
|
||||
ORTE_ERROR_LOG(rc);
|
||||
return;
|
||||
|
@ -65,7 +65,7 @@ OBJ_CLASS_INSTANCE(
|
||||
* 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
|
||||
* 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.
|
||||
*
|
||||
* @param size the size of the memory area to allocate
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user