Correctly end mapping oversubscribed nodes round-robin byslot
cmr=v1.8.3:reviewer=rhc This commit was SVN r32616.
Этот коммит содержится в:
родитель
d85527701a
Коммит
842aaf6167
@ -194,6 +194,10 @@ int orte_rmaps_rr_byslot(orte_job_t *jdata,
|
|||||||
*/
|
*/
|
||||||
ORTE_FLAG_SET(node, ORTE_NODE_FLAG_OVERSUBSCRIBED);
|
ORTE_FLAG_SET(node, ORTE_NODE_FLAG_OVERSUBSCRIBED);
|
||||||
}
|
}
|
||||||
|
/* if we have mapped everything, then we are done */
|
||||||
|
if (nprocs_mapped == app->num_procs) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return ORTE_SUCCESS;
|
return ORTE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user