1
1
This commit was SVN r16138.
Этот коммит содержится в:
Shiqing Fan 2007-09-17 12:10:04 +00:00
родитель d2ef0d445a
Коммит d4a7fb1378

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

@ -871,8 +871,7 @@ static int orte_odls_process_launch_local_procs(orte_gpr_notify_data_t *data)
}
if (strcmp(kval->key, ORTE_JOB_TOTAL_SLOTS_ALLOC_KEY) == 0) {
/* this can only occur once, so just store it */
if (ORTE_SUCCESS != (rc = orte_dss.get((void**)&sptr, kval->value, ORTE_STD_CNTR))
) {
if (ORTE_SUCCESS != (rc = orte_dss.get((void**)&sptr, kval->value, ORTE_STD_CNTR))) {
ORTE_ERROR_LOG(rc);
return rc;
}