Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.0.0 protected
    1st version used in the rta reco manager to run full reco pipeline test. Includes
    - mock of slurm data base implemented as a hdf5 file. DB access is protected by the lock of accessing hdf5 file in write mode.
    - mock of sbatch implemented as a detached process (double fork technique to "daemonize" the detached process)
      - only supports the `--wrap` argument to pass the command to execute
      - supports "afterok" dependencies
    - mock of scancel implemented as a sigkill on a running process (or simple db update if process wasn't running)
    - mock of squeue
    - very limited mock of sinfo and scontrol: only works with the exacts commands used in SAG SUP, and returns hard coded output
  • v0.0.1 protected
    Initial version