Skip to content
Snippets Groups Projects
Commit 0fc4539e authored by Morris Jette's avatar Morris Jette
Browse files

Prevent assert failure in scheduling logic

This fixes a bug introduced in commit f1cf6d2d
Without this change, a job with a partition related reason for not running
(e.g. MaxNodes) plus some other reason (e.g. dependency), could after satisfying
the second reason (e.g. dependency), have the select_nodes() function executed
and return SUCCESS on an allocation request, but it would not actually be
allocation resources since select_nodes() would interpret the request as a
test to see if it could ever run (e.g. will_run).
Bug 263
parent 8d0949ac
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment