Skip to content

Draft: Newt job tracker

Preliminary work for a new job tracker based on Newt that tracks jobs with just their slurm ID. This tracker bypasses/replaces the existing Cumulus job tracker, inheriting from a new base class AbstractJobTracker.

To Do:

  • the Slurm ID needs to be recorded when the job is submitted
  • the start time of the simulation needs to be captured in a better way
  • The Newt command for getting job data only works for 24 hours after job completion but the user's profile stores all jobs ever run. How can we capture that data instead?
Edited by Corey Wetterer-Nelson (Kitware)

Merge request reports