#1369 closed task (fixed)
Implement support for starting jobs without a queue system
Reported by: | Nicklas Nordborg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Job scheduler extension v1.5 |
Component: | net.sf.basedb.opengrid | Keywords: | |
Cc: |
Description (last modified by )
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
-->read from a special status fileps
and maybeqdel
-->kill -- -<taskid>
Change History (6)
comment:1 by , 3 years ago
comment:5 by , 3 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6613: