Opened 2 years ago

Last modified 2 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 and qacct --> ps and maybe read from a special status file
  • qdel --> kill

Change History (0)

Note: See TracTickets for help on using tickets.