#387 closed Enhancement (fixed)
only send enough tasks to match ncpus
Reported by: | JKeck | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Server - Scheduler | Version: | |
Keywords: | Cc: |
Description
The project configuration option max_wus_in_progress will limit the number of tasks in the queue. It would be a nice addition to have a value for this option that will automatically adjust to match the number of CPUs available on a host.
Change History (4)
comment:1 Changed 17 years ago by
Component: | Server - Setup → Server - Scheduler |
---|---|
Owner: | changed from davea to Bruce Allen |
comment:2 Changed 17 years ago by
Owner: | changed from Bruce Allen to davea |
---|---|
Priority: | Trivial → Minor |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Just FYI: My original patch kept the workunit limit at max_wus_in_progress * ncpus, making the setting effectively workunits per CPU rather than per host. That was after a user requested on my project forums to do it that way. David changed that when he accepted the patch.