Changes for version 0.3.0 - 2023-06-10

  • Drafted `waitjobs`
  • Drafted `NBI::Queue` to check jobs in queue, saved as `NBI::QueuedJob` objects

Documentation

List the jobs, and delete them
Run a job in the cluster using NBI::Slurm
Wait for selected jobs to exit the queue
List the users with jobs, and the number of jobs in the cluster

Modules

A class for representing a job for NBI::Slurm
A class for representing a the SLURM options for NBI::Slurm
NBI::Queue, to filter jobs in the queue
NBI::QueuedJob, to describe a job from the SLURM queue (squeue)
NBI Slurm module