georgemarselis / openlava-macosx

Automatically exported from code.google.com/p/openlava-macosx
GNU General Public License v2.0
1 stars 0 forks source link

feature request: run the software from a single user #248

Open georgemarselis opened 7 years ago

georgemarselis commented 7 years ago

there might be bioinformatics outfits that do not want to run a batch scheduler, because $reasons.

openlava-macosx should be able to run from a single user and limit itself to some level of cpu usage eg

  1. 50% total capacity
  2. 50% current capacity (with steps to ensure the current jobs are completed but no more jobs are scheduled until there is more capacity)

This should be an offering on the command-line and it should be easity configure and set up

the downside of this should be that the scheduler should ? refuse to run inside itself.