Changes between Version 6 and Version 7 of Workshops/JobCheckpointing/Examples/BASH


Ignore:
Timestamp:
04/02/2026 08:19:31 PM (4 months ago)
Author:
Carl Baribault
Comment:

Added post-workflow analysis plots and explanationg

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/JobCheckpointing/Examples/BASH

    v6 v7  
    239239==== Anomaly stats, compute time and memory usage ====
    240240
    241 Here is the plot, anomaoly_stats_table.png, showing the table of anomalies in the use of compute time and memory.
     241Here is the plot, '''anomaly_stats_table.png''', showing the table of anomalies, according to | Z | > 3.5 for execution time and modZ > 3.5 for '''MaxRSS''' (SLURM max job memory usage), where Z and modZ are as follows.
     242
     243{{{
     244Z = (value - mean) / (standard deviation)
     245modZ = 0.6745 * | x - median | / (Median Absolute Deviation)
     246}}}
     247
    242248
    243249[[Image(anomaly_stats_table.png)]]
     
    245251==== Compute progress ====
    246252
    247 Here is the plot, anomaoly_stats_table.png, showing '''Checkpoint Progress''' and SLURM memory usage, '''MaxRSS'''.
     253Here is the plot, '''progress_with_anomalies.png''', showing '''Checkpoint Progress''' and '''MaxRSS''' (SLURM max job memory usage) vs '''Wall Time'''. Anomalies, if any, would be overplotted in red.
     254
     255[[Image(progress_with_anomalies.png, width=800px)]]
    248256
    249257==== Resource trend ====
    250258
    251 Here is the plot, resource_trend.png, showing '''Elapsed (time)''' and SLURM memory usage, '''MaxRSS'''.
     259Here is the plot, '''resource_trend.png''', showing '''Elapsed (time)''' and '''MaxRSS''' vs. '''Worker job index'''.
     260
     261[[Image(resource_trend.png, width=800px)]]