Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 413 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 413 Bytes

lqueue

Lightweight local queue management compatible with slurm jobfiles

Usage:

  • First run the daemon:
lqueue daemon
  • Then generate an empty jobfile (a slurm jobfile can be used too)
lqueue gen-jobfile
  • Add a jobfile to the queue:
lqueue add jobfile
  • Visualise the status of the queue
lqueue status
  • For more detail a manpage is accessible via
lqueue help