1
1

Include the new error code in the error strings

This commit was SVN r23111.
Этот коммит содержится в:
Ralph Castain 2010-05-07 18:09:08 +00:00
родитель 86033074ce
Коммит 5965d3e620

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

@ -195,6 +195,9 @@ opal_err2str(int errnum)
case OPAL_ERR_SLOT_LIST_RANGE:
retval = "Provided slot_list range is invalid";
break;
case OPAL_ERR_PAFFINITY_NOT_SUPPORTED:
retval = "Process affinity is not supported";
break;
default:
retval = NULL;