1
1
This commit was SVN r14788.
Этот коммит содержится в:
Tim Prins 2007-05-29 16:53:40 +00:00
родитель 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);
} }
} }