Refs trac:3685. Check error code returned by PMI2_Info_GetJobAttr.
This commit was SVN r28854. The following Trac tickets were found above: Ticket 3685 --> https://svn.open-mpi.org/trac/ompi/ticket/3685
Этот коммит содержится в:
родитель
a10546d5c1
Коммит
bc2586cf3c
@ -265,7 +265,7 @@ static int rte_init(void)
|
||||
orte_vpid_t n;
|
||||
char *p;
|
||||
ret = PMI2_Info_GetJobAttr("PMI_process_mapping", pmapping, PMI2_MAX_VALLEN, &found);
|
||||
if (!found) {
|
||||
if (!found || PMI2_SUCCESS != ret) {
|
||||
error = "could not get PMI_process_mapping (PMI2_Info_GetJobAttr() failed)";
|
||||
goto error;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user