Changes between Version 9 and Version 10 of Workshops/JobCheckpointing/Examples


Ignore:
Timestamp:
04/07/2026 04:07:05 PM (4 months ago)
Author:
Carl Baribault
Comment:

Added explanations for Z and modZ

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/JobCheckpointing/Examples

    v9 v10  
    480480The types of anomalies determined, if any are the following.
    481481
    482  * | Z | > 3.5 for execution time, where
     482 * | Z | > 3.5 for single job execution time ('''Elapsed''' in the above), where
    483483
    484484{{{
     
    486486}}}
    487487
    488  * modZ > 3.5 for '''MaxRSS''' (SLURM max job memory usage), where
     488 * modZ > 3.5 for maximum memory usage by a single job ('''MaxRss''' in the above), where
    489489
    490490{{{
    491 modZ = 0.6745 * | x - median | / (Median Absolute Deviation)
     491modZ = 0.6745 * | value - median | / (Median Absolute Deviation)
    492492}}}
    493493