1
1

Sanity check needs to allow vpid_invalid as this indicates the "none" scenario

This commit was SVN r19820.
Этот коммит содержится в:
Ralph Castain 2008-10-28 14:50:26 +00:00
родитель fdbb2d01aa
Коммит 82ece176d5

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

@ -121,6 +121,7 @@ int orte_plm_base_setup_job(orte_job_t *jdata)
* of the job?
*/
if (ORTE_VPID_WILDCARD != jdata->stdin_target &&
ORTE_VPID_INVALID != jdata->stdin_target &&
jdata->num_procs <= jdata->stdin_target) {
/* this request cannot be met */
orte_show_help("help-plm-base.txt", "stdin-target-out-of-range", true,