Skip to content

Modular runners: time tracking breaks on experiment resume / HPC requeue #5

Description

@sgrimbly

The total_startTime / time-tracking in modular runner files does not handle experiment start/stop correctly (e.g. on preempted HPC jobs or resuming from saved state).

Affected files (all at line 227):

  • src/MATLAB/algorithms/unknown-models/modular_versions/SI_modular.m
  • src/MATLAB/algorithms/unknown-models/modular_versions/SI_smooth_modular.m
  • src/MATLAB/algorithms/unknown-models/modular_versions/SL_modular.m
  • src/MATLAB/algorithms/unknown-models/modular_versions/SL_noSmooth_modular.m
  • src/MATLAB/algorithms/unknown-models/modular_versions/BA_modular.m

Likely fix: persist total_startTime to the state file at first invocation and reload it on resume rather than reinitialising to now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions