Opened 3 years ago
Last modified 3 years ago
#1369 closed task
Implement support for starting jobs without a queue system — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Job scheduler extension v1.5 |
Component: | net.sf.basedb.opengrid | Keywords: | |
Cc: |
Description
This would be a feature to make it easier for developers to implement and test new scripts and pipelines. Instead of going through an OpenGrid or Slurm queue manager a dedicated development machine (this could for example be a virtual machine) could be used to start the job scripts directly. The standard commands could be replaced with something like:
qsub <script>
-->nohup <script> &
qstat
andqacct
-->ps
and maybe read from a special status fileqdel
-->kill
Note:
See TracTickets
for help on using tickets.