You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EH: CS-612 allow to overwrite the PE allocation rule on the submission command line (#77)
* EH: CS-612 allow to overwrite the PE allocation rule on the submission command line
// added command line switches and qstat output
// scheduler code still missing
* scheduler changes to overwrite the allocation rule by the global -par switch
* implemented handling of master and slave allocation rules in scheduler
* reject requesting allocation rule $pe_slots for master or slave scope
* - fixes for disjoint queues, fixed allocation rule and -scope master -par 1
- workaround for CS-1898 / CS-1899
* fixed category string for -scope slave -par ...
* - fixed issue with binding
- optimization (do not touch master host in second round of round_robin if it has been filled with a fixed alloc rule)
- added -par switch to man page
0 commit comments