Fixing malformed error message
This commit was SVN r26434.
Этот коммит содержится в:
родитель
1826b513ee
Коммит
d59b8d5dc4
@ -607,9 +607,9 @@ static int openib_reg_mr(void *reg_data, void *base, size_t size,
|
||||
|
||||
if (NULL == openib_reg->mr) {
|
||||
orte_show_help("help-mpi-btl-openib.txt", "mem-reg-fail",
|
||||
orte_process_info.nodename,
|
||||
true, orte_process_info.nodename,
|
||||
ibv_get_device_name(device->ib_dev),
|
||||
__func__, strerror(errno));
|
||||
__func__, strerror(errno), errno);
|
||||
return OMPI_ERR_OUT_OF_RESOURCE;
|
||||
}
|
||||
|
||||
|
@ -670,7 +670,7 @@ The failure occured here:
|
||||
Local host: %s
|
||||
Device: %s
|
||||
Function: %s()
|
||||
Errno says: %s
|
||||
Errno says: %s (errno=%d)
|
||||
|
||||
You may need to consult with your system administrator to get this
|
||||
problem fixed.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user