better error output
This commit was SVN r14788.
Этот коммит содержится в:
родитель
b4e3ad8da0
Коммит
f95442dec9
@ -135,8 +135,8 @@ int main(int argc, char* argv[])
|
|||||||
msg.iov_len = sizeof(i);
|
msg.iov_len = sizeof(i);
|
||||||
for (i=0; i < range; i++) {
|
for (i=0; i < range; i++) {
|
||||||
name.vpid = i;
|
name.vpid = i;
|
||||||
if (0 > orte_rml.send(&name, &msg, 1, MY_TAG, 0)) {
|
if (0 > (rc = orte_rml.send(&name, &msg, 1, MY_TAG, 0))) {
|
||||||
printf("error %d\n", __LINE__);
|
ORTE_ERROR_LOG(rc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user