smartdispatch
smartdispatch copied to clipboard
Queue Managament
As eluded to in #86 add the possibility to manage queues.
- queue
- info (QNAME | All)
- add QNAME CORESPERNODE GPUSPERNODE RAMPERNODE MAXWALLTIME DEFAULTMODULES NODESINQ MINPPN
- delete QNAME
- default QNAME
How we decide to save the queues will impact Issue #62. It could be a good idea not to add any queues to the config until someone try to use the add/delete and then we copy everything to the appropriate file -/+ what the user changed and modify everything from there after that..